C1.Win.TreeView Namespace / C1TreeView Class / BorderStyle Property

In This Topic
BorderStyle Property (C1TreeView)
In This Topic
Gets or sets the C1.Framework.ScrollableControl.BorderStyle value determining the type of border around the control.
Syntax
'Declaration
 
<BrowsableAttribute(True)>
<C1CategoryAttribute("Appearance")>
<C1DescriptionAttribute("C1TreeView.BorderStyle", "The BorderStyle value determining the type of border around the control.")>
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
Public Overrides Property BorderStyle As BorderStyle
 
See Also