Class LayoutBox
Represents a layout box element.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Layout
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public abstract class LayoutBox
Properties
BoundingRectangle
Gets the bounding rectangle.
Declaration
public Rect BoundingRectangle { get; }
Property Value
System.Windows.Rect
The bounding rectangle. |
Height
Gets the height of the box.
Declaration
public double Height { get; }
Property Value
System.Double
The height of the box. |
Left
Gets the position of the box according to the x-axis.
Declaration
public double Left { get; }
Property Value
System.Double
The position of the box according to the x-axis. |
Size
Gets or sets the size of the box.
Declaration
public Size Size { get; }
Property Value
System.Windows.Size
The size of the box. |
Top
Gets the position of the box according to the y-axis.
Declaration
public double Top { get; }
Property Value
System.Double
The position of the box according to the y-axis. |
Width
Gets the width of the box.
Declaration
public double Width { get; }
Property Value
System.Double
The width of the box. |
Methods
ToString()
Returns a System.String that represents the current System.Object.
Declaration
public override string ToString()
Returns
System.String
A System.String that represents the current System.Object. |