Skip to main content

TimeIndicator.Fill Property

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

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public Brush Fill { get; set; }

#Property Value

Type Description
Brush

A Windows.UI.Xaml.Media.Brush value.

See Also