DXCalendar.Padding Property
Gets or sets the distance between the calendar edges and contents.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public Thickness Padding { get; set; }
Property Value
Type | Description |
---|---|
Thickness | A structure that specifies thickness around the edges of a rectangle. |
See Also