Skip to main content

BrushProviderBase.ResourceNavigationButtonNormalBackground Property

Specifies the transformation applied to the DefaultNavigationButtonNormalBackground. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Common

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IBrushTransform ResourceNavigationButtonNormalBackground { get; set; }

Property Value

Type Description
IBrushTransform

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

See Also