BorderBoxStyle
Enum
Defines the border rendering style.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public enum BorderBoxStyle
Fields
Each of the four borders and their "shadow" colors can have disparate customization. Note that shape and gradient would NOT be applied.
C#
FourBorders = 1
Draw inner and outer gradient borders, regarding parent element's shape. Inner and outer borders would share the specified border width.
C#
OuterInnerBorders = 2
All four borders share same customization, using gradient, regarding parent element's shape.
C#
SingleBorder = 0