Interface IBoxElement
Defines properties for the box-model; Elements are nodes of a tree, and a rectangular box is generated for each element.
Namespace: Telerik.WinControls.Layouts
Assembly: Telerik.WinControls.dll
Syntax
public interface IBoxElement
Properties
BorderSize
Gets a value indicating the border size.
Declaration
SizeF BorderSize { get; }
Property Value
System.Drawing.SizeF
|
BottomWidth
Gets or sets a value indicating the botton width.
Declaration
float BottomWidth { get; set; }
Property Value
System.Single
|
HorizontalWidth
Gets a value indicating the horizontal width.
Declaration
float HorizontalWidth { get; }
Property Value
System.Single
|
LeftWidth
Gets or sets a value indicating the left width.
Declaration
float LeftWidth { get; set; }
Property Value
System.Single
|
Offset
Gets a value indicating the offset.
Declaration
SizeF Offset { get; }
Property Value
System.Drawing.SizeF
|
RightWidth
Gets or sets a value indicating the right width.
Declaration
float RightWidth { get; set; }
Property Value
System.Single
|
TopWidth
Gets or sets a value indicating the top width.
Declaration
float TopWidth { get; set; }
Property Value
System.Single
|
VerticalWidth
Gets a value indicating the vertical width.
Declaration
float VerticalWidth { get; }
Property Value
System.Single
|
Width
Gets or sets a value indicating the box width.
Declaration
float Width { get; set; }
Property Value
System.Single
|