TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1CheckList Class / BorderStyle Property

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