Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Calendar Class / AdjacentMonthDayBrush Property

In This Topic
    AdjacentMonthDayBrush Property (C1Calendar)
    In This Topic
    Gets or sets a System.Windows.Media.Brush object used to display adjacent month days. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property AdjacentMonthDayBrush As Brush
    public Brush AdjacentMonthDayBrush {get; set;}
    See Also