Class TextMeasurementInfo
Holds the results of a text measurement operation, including overall size and baseline.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Core.TextMeasurer
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class TextMeasurementInfo
Properties
BaselineOffset
Gets or sets the baseline offset from the top of the measured box, used for vertical alignment.
Declaration
public double BaselineOffset { get; set; }
Property Value
|
System.Double
The baseline offset. |
Empty
Return an empty measurement instance with default values.
Declaration
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
public Size Size { get; set; }
Property Value
|
System.Windows.Size
The size. |