DXCalendar.Padding Property
In This Article
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
C#
public Thickness Padding { get; set; }
#Property Value
Type | Description |
---|---|
Thickness | A structure that specifies thickness around the edges of a rectangle. |
See Also