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.

Definition

Namespace:Telerik.Windows.Documents.Layout

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class BoxMeasurementInfo

Inheritance: objectBoxMeasurementInfo

Constructors

BoxMeasurementInfo()

Declaration

cs-api-definition
public BoxMeasurementInfo()

BoxMeasurementInfo(BoxMeasurementInfo)

Declaration

cs-api-definition
public BoxMeasurementInfo(BoxMeasurementInfo toCopy)

Parameters

toCopy

BoxMeasurementInfo

Fields

Empty

Declaration

cs-api-definition
public static readonly BoxMeasurementInfo Empty

Field Value

BoxMeasurementInfo

Properties

BaselineOffset

Gets the baseline offset value for the box measurement information.

Declaration

cs-api-definition
public float BaselineOffset { get; set; }

Property Value

float

A 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

cs-api-definition
public float BaselineOffsetWithoutSubscript { get; set; }

Property Value

float

The baseline offset as a double value.

Size

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

Declaration

cs-api-definition
public SizeF Size { get; set; }

Property Value

SizeF