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. The bounding rectangle. |
Height
Gets the height of the box.
Declaration
public double Height { get; }
Property Value
System. 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. 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. 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. 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. The width of the box. |
Methods
ToString()
Returns a System.
Declaration
public override string ToString()
Returns
System. A System. |