Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1MultiMonthCalendar Class / DisabledForeground Property

In This Topic
    DisabledForeground Property (C1MultiMonthCalendar)
    In This Topic
    Gets or sets a System.Windows.Media.Brush object used to display disabled days. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property DisabledForeground As Brush
    public Brush DisabledForeground {get; set;}
    Remarks
    The default value corresponds to the current value of the System.Windows.SystemColors.GrayTextColor property.
    See Also