RadControls for WinForms

Defines the border rendering style.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum BorderBoxStyle
Visual Basic
Public Enumeration BorderBoxStyle

Members

Member nameValueDescription
SingleBorder0 All four borders share same customization, using gradient, regarding parent element's shape.
FourBorders1 Each of the four borders and their "shadow" colors can have disparate customization. Note that shape and gradient would NOT be applied.
OuterInnerBorders2 Draw inner and outer gradient borders, regarding parent element's shape. Inner and outer borders would share the specified border width.

See Also