ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / CalendarSettings Class / TodayBorderColor Property

In This Topic
    TodayBorderColor Property (CalendarSettings)
    In This Topic
    Gets or sets the color of the border around the current date.
    Syntax
    'Declaration
     
    
    Public Property TodayBorderColor As Color
    public Color TodayBorderColor {get; set;}
    See Also