Class BoxMeasurementInfo
Represents information about the measurement of a layout box in the Telerik document model. This class provides details necessary for rendering and layout calculations.
Inheritance
Namespace: Telerik.Windows.Documents.Layout
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class BoxMeasurementInfo : Object
Constructors
BoxMeasurementInfo()
Declaration
public BoxMeasurementInfo()
BoxMeasurementInfo(BoxMeasurementInfo)
Declaration
public BoxMeasurementInfo(BoxMeasurementInfo toCopy)
Parameters
BoxMeasurementInfo
toCopy
|
Fields
Empty
Properties
BaselineOffset
Gets the baseline offset value for the box measurement information.
Declaration
public float BaselineOffset { get; set; }
Property Value
System.Single
A System.Double representing the distance from the baseline to the top of the box. |
BaselineOffsetWithoutSubscript
Gets the baseline offset of the layout box without considering subscripts.
Declaration
public float BaselineOffsetWithoutSubscript { get; set; }
Property Value
System.Single
The baseline offset as a System.Double value. |
Size
Represents the size information of a layout box in the Telerik RadRichTextBox.
Declaration
public SizeF Size { get; set; }
Property Value
SizeF
|