Class TextMeasurementInfo
Represents text measurement info class.
Inheritance
System.Object
TextMeasurementInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Core.TextMeasurer
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class TextMeasurementInfo
Constructors
TextMeasurementInfo()
Declaration
public TextMeasurementInfo()
Properties
BaselineOffset
Gets or sets the baseline offset.
Declaration
public double BaselineOffset { get; set; }
Property Value
System.Double
The baseline offset. |
Empty
Gets empty text measurement info.
Declaration
public static TextMeasurementInfo Empty { get; }
Property Value
TextMeasurementInfo
Empty text measurement info. |