ViewBaseActualAppearance.AppointmentContentPadding Property
Gets the content padding value that is applied to the DevExpress.Maui.Scheduler view’s appointments. To specify this value, use the ContentPadding property.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public Thickness AppointmentContentPadding { get; }
Property Value
Type | Description |
---|---|
Thickness | The content padding. |
See Also