ClassLayoutBox
Abstract base for positioned rectangular regions in worksheet layout, providing bounds for rendering calculations.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Layout
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public abstract class LayoutBox
Inheritance: objectLayoutBox
Derived Classes:
Properties
BoundingRectangle
Complete rectangular bounds with rounded coordinates for rendering precision.
Declaration
public Rect BoundingRectangle { get; }
Property Value
The bounding rectangle.
Height
Vertical extent of this layout box in layout units.
Declaration
public double Height { get; }
Property Value
The height of the box.
Left
Horizontal position of the left edge of this layout box in layout coordinates.
Declaration
public double Left { get; }
Property Value
The position of the box according to the x-axis.
Size
Combined width and height dimensions of this layout box.
Top
Vertical position of the top edge of this layout box in layout coordinates.
Declaration
public double Top { get; }
Property Value
The position of the box according to the y-axis.
Methods
ToString()
Converts the layout box to a string showing its bounding rectangle coordinates.