InterfaceIBoxElement
Interface
Defines properties for the box-model; Elements are nodes of a tree, and a rectangular box is generated for each element.
Definition
Namespace:Telerik.WinControls.Layouts
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public interface IBoxElement
Properties
BorderSize
Gets a value indicating the border size.
BottomWidth
Gets or sets a value indicating the botton width.
HorizontalWidth
Gets a value indicating the horizontal width.
LeftWidth
Gets or sets a value indicating the left width.
Offset
Gets a value indicating the offset.
RightWidth
Gets or sets a value indicating the right width.
TopWidth
Gets or sets a value indicating the top width.
VerticalWidth
Gets a value indicating the vertical width.