FormGroupItemActualAppearance.Padding Property
Returns the padding for the form group item.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Thickness Padding { get; }
Property Value
Type | Description |
---|---|
Thickness | Specifies the padding for the group item. |
See Also