ClassLineInfo
Class
Represents a logical line in TextBoxWrapPanel
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class LineInfo
Inheritance: objectLineInfo
Constructors
LineInfo()
Initializes a new instance of the LineInfo class.
Declaration
cs-api-definition
public LineInfo()
LineInfo(ITextBlock, ITextBlock, SizeF)
Initializes a new instance of the LineInfo class.
Declaration
cs-api-definition
public LineInfo(ITextBlock startBlock, ITextBlock endBlock, SizeF size)
Parameters
startBlock
The start block.
endBlock
The end block.
size
The size.
Properties
ControlBoundingRectangle
Gets the control bounding rectangle.
Declaration
cs-api-definition
public RectangleF ControlBoundingRectangle { get; }
Property Value
EndBlock
Gets or sets the end block.
Declaration
cs-api-definition
public ITextBlock EndBlock { get; set; }
Property Value
The end block.
Location
Gets or sets the location.
Size
Gets or sets the size.
StartBlock
Gets or sets the start block.
Declaration
cs-api-definition
public ITextBlock StartBlock { get; set; }
Property Value
The start block.