Accordion for WinForms | ComponentOne
C1.Win.Accordion.Styles Namespace / AccordionStyle Class / ShowBorder Property

In This Topic
    ShowBorder Property
    In This Topic
    Gets or sets the value indicates whether the border around the element is shown or not.
    Syntax
    'Declaration
     
    
    Public Property ShowBorder As Boolean
    public bool ShowBorder {get; set;}
    See Also