Class BoxMeasurementInfo
Inheritance
System.Object
BoxMeasurementInfo
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.Layout
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class BoxMeasurementInfo
Constructors
BoxMeasurementInfo()
Declaration
public BoxMeasurementInfo()
BoxMeasurementInfo(BoxMeasurementInfo)
Declaration
public BoxMeasurementInfo(BoxMeasurementInfo toCopy)
Parameters
BoxMeasurementInfo
toCopy
|
Fields
Empty
Properties
BaselineOffset
Declaration
public float BaselineOffset { get; set; }
Property Value
System.Single
|
BaselineOffsetWithoutSubscript
Declaration
public float BaselineOffsetWithoutSubscript { get; set; }
Property Value
System.Single
|