ComponentOne CalendarView for WinForms
C1.Win.Calendar.UI Namespace / BaseStyle Class / BorderColor Property

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