TimeRulerCellViewModel.ContentPadding Property
Gets or sets the padding of the cell’s content.
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 padding of the cell’s content. |
See Also