New to Telerik UI for WPFStart a free 30-day trial

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()
C#
public BoxMeasurementInfo(BoxMeasurementInfo toCopy)
Parameters:toCopyBoxMeasurementInfo

Fields

C#
public static readonly BoxMeasurementInfo Empty

Properties

Gets the baseline offset value for the box measurement information.

C#
public float BaselineOffset { get; set; }
Property Value:

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; }
Property Value:

The baseline offset as a double value.

Represents the size information of a layout box in the Telerik RadRichTextBox.

C#
public SizeF Size { get; set; }