Skip to main content

DateHeaderPresenter.Foreground Property

Gets or sets the Brush to render the text contents of the element. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public Brush Foreground { get; set; }

Property Value

Type Description
Brush

A Brush used to apply to the text contents.

See Also