Class
TextMeasurementInfo

Holds the results of a text measurement operation, including overall size and baseline.

Definition

Namespace:Telerik.Windows.Documents.Core.TextMeasurer

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public class TextMeasurementInfo

Inheritance: objectTextMeasurementInfo

Properties

BaselineOffset

Gets or sets the baseline offset from the top of the measured box, used for vertical alignment.

Declaration

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

Property Value

double

The baseline offset.

Empty

Return an empty measurement instance with default values.

Declaration

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

Property Value

TextMeasurementInfo

Empty text measurement info.

Size

Gets or sets the measured bounding box of the text in device-independent units.

Declaration

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

Property Value

Size

The size.

In this article
DefinitionPropertiesBaselineOffsetEmptySize
Not finding the help you need?
Contact Support