Back to Devexpress

BrushProviderBase.ResourceNavigationButtonPressedForeground Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-common-dot-brushproviderbase-8efe2e66.md

latest1.5 KB
Original Source

BrushProviderBase.ResourceNavigationButtonPressedForeground Property

Specifies the transformation applied to the DefaultNavigationButtonPressedForeground. 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 IBrushTransform ResourceNavigationButtonPressedForeground { get; set; }
vb
Public Property ResourceNavigationButtonPressedForeground As IBrushTransform

Property Value

TypeDescription
IBrushTransform

An object implementing the DevExpress.Xpf.Scheduling.Common.IBrushTransform that defines the brush transformation.

|

See Also

BrushProviderBase Class

BrushProviderBase Members

DevExpress.Xpf.Scheduling.Common Namespace