Accordion for WinForms | ComponentOne
C1.Win.Accordion.Styles Namespace / BasePageHeaderStyle Class / BorderColor Property

In This Topic
    BorderColor Property (BasePageHeaderStyle)
    In This Topic
    Gets or sets the System.Drawing.Color used to draw the border around the element.
    Syntax
    'Declaration
     
    
    Public Overrides Property BorderColor As Color
    public override Color BorderColor {get; set;}
    See Also