Class
LineInfo

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

ITextBlock

The start block.

endBlock

ITextBlock

The end block.

size

SizeF

The size.

Properties

ControlBoundingRectangle

Gets the control bounding rectangle.

Declaration

cs-api-definition
public RectangleF ControlBoundingRectangle { get; }

Property Value

RectangleF

EndBlock

Gets or sets the end block.

Declaration

cs-api-definition
public ITextBlock EndBlock { get; set; }

Property Value

ITextBlock

The end block.

Location

Gets or sets the location.

Declaration

cs-api-definition
public PointF Location { get; }

Property Value

PointF

The location.

Size

Gets or sets the size.

Declaration

cs-api-definition
public SizeF Size { get; set; }

Property Value

SizeF

The size.

StartBlock

Gets or sets the start block.

Declaration

cs-api-definition
public ITextBlock StartBlock { get; set; }

Property Value

ITextBlock

The start block.

Methods

ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

Overrides object.ToString()