Class LayoutElementBase
Represents layout element.
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 element height.
Declaration
public double Height { get; }
Property Value
System.Double
The height. |
Width
Gets the element width.
Declaration
public double Width { get; }
Property Value
System.Double
The width. |