Class
LayoutElementBase

Abstract base for layout elements used during editing; provides size and font metrics used to position and render content within a line.

Definition

Namespace:Telerik.Windows.Documents.Fixed.Model.Editing.Layout

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public abstract class LayoutElementBase

Inheritance: objectLayoutElementBase

Properties

Height

Gets the baseline-aligned height used for line layout.

Declaration

cs-api-definition
public double Height { get; }

Property Value

double

The height.

Width

Gets the measured width used for line layout.

Declaration

cs-api-definition
public double Width { get; }

Property Value

double

The width.

In this article
DefinitionPropertiesHeightWidth
Not finding the help you need?
Contact Support