Skip to main content

TimeRulerHeaderAppearance.ContentPadding Property

Gets or sets the padding of the time ruler header’s content. This is a bindable property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public Thickness ContentPadding { get; set; }

Property Value

Type Description
Thickness

The padding of the time ruler header’s content.

See Also