Class
TextMeasurementInfo

Represents text measurement info class.

Definition

Namespace:Telerik.WinForms.Documents.Core.TextMeasurer

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class TextMeasurementInfo

Inheritance: objectTextMeasurementInfo

Constructors

TextMeasurementInfo()

Declaration

cs-api-definition
public TextMeasurementInfo()

Properties

BaselineOffset

Gets or sets the baseline offset.

Declaration

cs-api-definition
public double BaselineOffset { get; set; }

Property Value

double

The baseline offset.

Empty

Gets empty text measurement info.

Declaration

cs-api-definition
public static TextMeasurementInfo Empty { get; }

Property Value

TextMeasurementInfo

Empty text measurement info.

Size

Gets or sets the size.

Declaration

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

Property Value

Size

The size.