Gets or sets the border width.
Namespace:
C1.Web.EditorAssembly: C1.Web.Editor.2 (in C1.Web.Editor.2.dll)
Syntax
C# |
---|
[NotifyParentPropertyAttribute(true)] [ThemeableAttribute(true)] public Unit BorderWidth { get; set; } |
Visual Basic (Declaration) |
---|
<NotifyParentPropertyAttribute(True)> _ <ThemeableAttribute(True)> _ Public Property BorderWidth As Unit Get Set |