Class LayoutElementBase
Abstract base for layout elements used during editing; provides size and font metrics used to position and render content within a line.
Inheritance
System.Object
LayoutElementBase
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Fixed.Model.Editing.Layout
Assembly: Telerik.Windows.Documents.Fixed.dll
Syntax
public abstract class LayoutElementBase : ILineHeightFontMetrics
Properties
Height
Gets the baseline-aligned height used for line layout.
Declaration
public double Height { get; }
Property Value
|
System.Double
The height. |
Width
Gets the measured width used for line layout.
Declaration
public double Width { get; }
Property Value
|
System.Double
The width. |