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

In This Topic
    TrailingForeColor Property (CalendarSettings)
    In This Topic
    Gets or sets a value indicating the color of days in months that are not fully displayed in the control.
    Syntax
    'Declaration
     
    
    Public Property TrailingForeColor As Color
    public Color TrailingForeColor {get; set;}
    See Also