Skip to main content

TimeIndicator.Fill Property

Specifies the brush used to paint the time indicator. This is a dependency property.

Namespace: DevExpress.WinUI.Scheduler

Assembly: DevExpress.WinUI.Scheduler.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "InvalidateTimeIndicators")]
public Brush Fill { get; set; }

Property Value

Type Description
Brush

A Microsoft.UI.Xaml.Media.Brush value.

See Also