Skip to main content

AppointmentViewModel.ContentPadding Property

Gets or sets the content padding of the appointment representation.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public Thickness ContentPadding { get; set; }

Property Value

Type Description
Thickness

The content padding of the appointment representation.

See Also