Interface
IBoxElement

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.

Declaration

cs-api-definition
SizeF BorderSize { get; }

Property Value

SizeF

BottomWidth

Gets or sets a value indicating the botton width.

Declaration

cs-api-definition
float BottomWidth { get; set; }

Property Value

float

HorizontalWidth

Gets a value indicating the horizontal width.

Declaration

cs-api-definition
float HorizontalWidth { get; }

Property Value

float

LeftWidth

Gets or sets a value indicating the left width.

Declaration

cs-api-definition
float LeftWidth { get; set; }

Property Value

float

Offset

Gets a value indicating the offset.

Declaration

cs-api-definition
SizeF Offset { get; }

Property Value

SizeF

RightWidth

Gets or sets a value indicating the right width.

Declaration

cs-api-definition
float RightWidth { get; set; }

Property Value

float

TopWidth

Gets or sets a value indicating the top width.

Declaration

cs-api-definition
float TopWidth { get; set; }

Property Value

float

VerticalWidth

Gets a value indicating the vertical width.

Declaration

cs-api-definition
float VerticalWidth { get; }

Property Value

float

Width

Gets or sets a value indicating the box width.

Declaration

cs-api-definition
float Width { get; set; }

Property Value

float