BoxMeasurementInfo
Class
Represents information about the measurement of a layout box in the Telerik document model. This class provides details necessary for rendering and layout calculations.
Definition
Namespace:Telerik.Windows.Documents.Layout
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class BoxMeasurementInfo
Inheritance: objectBoxMeasurementInfo
Constructors
C#
public BoxMeasurementInfo()
Fields
C#
public static readonly BoxMeasurementInfo Empty
Properties
Gets the baseline offset value for the box measurement information.
C#
public float BaselineOffset { get; set; }
A double representing the distance from the baseline to the top of the box.
Gets the baseline offset of the layout box without considering subscripts.
C#
public float BaselineOffsetWithoutSubscript { get; set; }
The baseline offset as a double value.