Back to Devexpress

BrushProviderBase.DefaultNavigationButtonPressedForeground Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-common-dot-brushproviderbase-d7419048.md

latest1.3 KB
Original Source

BrushProviderBase.DefaultNavigationButtonPressedForeground Property

Specifies the brush used to paint the foreground of a navigation button that the end-user is pressing. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling.Common

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public Brush DefaultNavigationButtonPressedForeground { get; set; }
vb
Public Property DefaultNavigationButtonPressedForeground As Brush

Property Value

TypeDescription
Brush

A System.Windows.Media.Brush value.

|

See Also

BrushProviderBase Class

BrushProviderBase Members

DevExpress.Xpf.Scheduling.Common Namespace