Class LineInfo
Represents a logical line in TextBoxWrapPanel
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LineInfo
  Constructors
LineInfo()
LineInfo(ITextBlock, ITextBlock, SizeF)
Initializes a new instance of the LineInfo class.
Declaration
public LineInfo(ITextBlock startBlock, ITextBlock endBlock, SizeF size)
  Parameters
| 
        ITextBlock
        startBlock
         The start block.  | 
    
| 
        ITextBlock
        endBlock
         The end block.  | 
    
| 
        System.Drawing.SizeF
        size
         The size.  | 
    
Properties
ControlBoundingRectangle
Gets the control bounding rectangle.
Declaration
public RectangleF ControlBoundingRectangle { get; }
  Property Value
| 
        System.Drawing.RectangleF
         
  | 
    
EndBlock
Gets or sets the end block.
Declaration
public ITextBlock EndBlock { get; set; }
  Property Value
| 
        ITextBlock
         The end block.  | 
    
Location
Gets or sets the location.
Declaration
public PointF Location { get; }
  Property Value
| 
        System.Drawing.PointF
         The location.  | 
    
Size
Gets or sets the size.
Declaration
public SizeF Size { get; set; }
  Property Value
| 
        System.Drawing.SizeF
         The size.  | 
    
StartBlock
Gets or sets the start block.
Declaration
public ITextBlock StartBlock { get; set; }
  Property Value
| 
        ITextBlock
         The start block.  | 
    
Methods
ToString()
Declaration
public override string ToString()
  Returns
| 
        System.String
         
  |