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

BrushProviderBase.ResourceHeaderForeground Property

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

Namespace: DevExpress.Xpf.Scheduling.Common

Assembly: DevExpress.Xpf.Scheduling.v19.1.dll

Declaration

public IBrushTransform ResourceHeaderForeground { get; set; }

Property Value

Type Description
IBrushTransform

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

See Also