LayoutBox
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
Complete rectangular bounds with rounded coordinates for rendering precision.
public Rect BoundingRectangle { get; }
The bounding rectangle.
Vertical extent of this layout box in layout units.
public double Height { get; }
The height of the box.
Horizontal position of the left edge of this layout box in layout coordinates.
public double Left { get; }
The position of the box according to the x-axis.
Combined width and height dimensions of this layout box.
public Size Size { get; }
The size of the box.
Vertical position of the top edge of this layout box in layout coordinates.
public double Top { get; }
The position of the box according to the y-axis.