Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Calendar Class / NavigationButtonBrush Property

In This Topic
    NavigationButtonBrush Property
    In This Topic
    Gets or sets a System.Windows.Media.Brush object used to color navigation buttons. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property NavigationButtonBrush As Brush
    public Brush NavigationButtonBrush {get; set;}
    See Also