New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:startBlockITextBlock

The start block.

endBlockITextBlock

The end block.

sizeSizeF

The size.

Properties

Gets the control bounding rectangle.

C#
public RectangleF ControlBoundingRectangle { get; }

Gets or sets the end block.

C#
public ITextBlock EndBlock { get; set; }
Property Value:

The end block.

Gets or sets the location.

C#
public PointF Location { get; }
Property Value:

The location.

Gets or sets the size.

C#
public SizeF Size { get; set; }
Property Value:

The size.

Gets or sets the start block.

C#
public ITextBlock StartBlock { get; set; }
Property Value:

The start block.

Methods

C#
public override string ToString()
Returns:

string

Overrides: object.ToString()