Width of the border around the control.

Namespace:  C1.Web.UI.Controls.C1Slider
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[LayoutAttribute(LayoutType.Appearance)]
[JsonAttribute(true)]
public override Unit BorderWidth { get; set; }
Visual Basic
<LayoutAttribute(LayoutType.Appearance)> _
<JsonAttribute(True)> _
Public Overrides Property BorderWidth As Unit
	Get
	Set

See Also