LineInfo
Class
Represents a logical line in TextBoxWrapPanel
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class LineInfo
Inheritance: objectLineInfo
Constructors
Initializes a new instance of the LineInfo class.
C#
public LineInfo()
Initializes a new instance of the LineInfo class.
C#
public LineInfo(ITextBlock startBlock, ITextBlock endBlock, SizeF size)
The start block.
endBlockITextBlockThe end block.
sizeSizeFThe size.
Properties
Gets the control bounding rectangle.
C#
public RectangleF ControlBoundingRectangle { get; }
Gets or sets the end block.
C#
public ITextBlock EndBlock { get; set; }
The end block.
Gets or sets the location.
C#
public PointF Location { get; }
The location.
Gets or sets the start block.
C#
public ITextBlock StartBlock { get; set; }
The start block.