Back to Devexpress

BrushProviderBase.ResourceNavigationButtonHoverBackground Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-common-dot-brushproviderbase-100af410.md

latest1.5 KB
Original Source

BrushProviderBase.ResourceNavigationButtonHoverBackground Property

Specifies the transformation applied to the DefaultNavigationButtonHoverBackground. 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 ResourceNavigationButtonHoverBackground { get; set; }
vb
Public Property ResourceNavigationButtonHoverBackground 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