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