BorderStyle Property (C1SuperLabelBase)
In This Topic
Gets or sets the type of border around the control.
Syntax
'Declaration
<DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<C1CategoryAttribute("Appearance")>
<C1DescriptionAttribute("SL.BorderStyle", "Gets or sets the type of border around the control.")>
<BrowsableAttribute(True)>
Public Property BorderStyle As BorderStyle
[DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[C1Category("Appearance")]
[C1Description("SL.BorderStyle", "Gets or sets the type of border around the control.")]
[Browsable(true)]
public BorderStyle BorderStyle {get; set;}
See Also