Skip to main content
A newer version of this page is available. .

BrushProviderBase.ResourceNavigationButtonNormalBorderBrush Property

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

Namespace: DevExpress.Xpf.Scheduling.Common

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public IBrushTransform ResourceNavigationButtonNormalBorderBrush { get; set; }

Property Value

Type Description
IBrushTransform

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

See Also