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