CheckEdit.Padding Property
Gets or sets the inner indents around the CheckEdit. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Thickness Padding { get; set; }
Property Value
Type | Description |
---|---|
Thickness | The inner indents (in pixels) around the CheckEdit. |
See Also