FormPickerItemBaseActualAppearance.PickerItemPadding Property
Gets the padding value that is applied to the current FormPickerItemBase. To specify this value, use the PickerItemPadding property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Thickness PickerItemPadding { get; }
Property Value
Type | Description |
---|---|
Thickness | The padding of the current FormPickerItemBase. |
See Also