Skip to main content

AppointmentStyle.ContentPadding Property

Gets or sets the content padding of appointments.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public Thickness ContentPadding { get; set; }

#Property Value

Type Description
Thickness

The content padding of appointments.

See Also