BrushProviderBase.ResourceLabelBrush Property
In This Article
Specifies the transformation applied to the DefaultLabelBrush. This is a dependency property.
Namespace: DevExpress.Xpf.Scheduling.Common
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
#Declaration
public IBrushTransform ResourceLabelBrush { get; set; }
#Property Value
Type | Description |
---|---|
IBrush |
An object implementing the DevExpress. |
See Also