Enum
BorderBoxStyle

Defines the border rendering style.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public enum BorderBoxStyle

Fields

FourBorders

Each of the four borders and their "shadow" colors can have disparate customization. Note that shape and gradient would NOT be applied.

Declaration

cs-api-definition
FourBorders = 1

Field Value

BorderBoxStyle

OuterInnerBorders

Draw inner and outer gradient borders, regarding parent element's shape. Inner and outer borders would share the specified border width.

Declaration

cs-api-definition
OuterInnerBorders = 2

Field Value

BorderBoxStyle

SingleBorder

All four borders share same customization, using gradient, regarding parent element's shape.

Declaration

cs-api-definition
SingleBorder = 0

Field Value

BorderBoxStyle