Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / AlternateMonthBrushConverter Class / AlternateMonthBrush Property

In This Topic
    AlternateMonthBrush Property
    In This Topic
    Gets or sets a Windows.UI.Xaml.Media.Brush object which should be used for alternate months. The default value is white SolidColorBrush.
    Syntax
    'Declaration
     
    
    Public Property AlternateMonthBrush As Brush
    public Brush AlternateMonthBrush {get; set;}
    See Also