Class LineInfo
Represents a logical line in Text
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 Line
Declaration
public LineInfo(ITextBlock startBlock, ITextBlock endBlock, SizeF size)
Parameters
IText The start block. |
IText The end block. |
System. The size. |
Properties
ControlBoundingRectangle
Gets the control bounding rectangle.
Declaration
public RectangleF ControlBoundingRectangle { get; }
Property Value
System.
|
EndBlock
Gets or sets the end block.
Declaration
public ITextBlock EndBlock { get; set; }
Property Value
IText The end block. |
Location
Gets or sets the location.
Declaration
public PointF Location { get; }
Property Value
System. The location. |
Size
Gets or sets the size.
Declaration
public SizeF Size { get; set; }
Property Value
System. The size. |
StartBlock
Gets or sets the start block.
Declaration
public ITextBlock StartBlock { get; set; }
Property Value
IText The start block. |
Methods
ToString()
Declaration
public override string ToString()
Returns
System.
|