Skip to main content

EditBaseActualAppearance.BoxPadding Property

Gets the editor box’s padding value that is applied to the EditBase. To specify this value, use the BoxPadding property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public Thickness BoxPadding { get; }

Property Value

Type Description
Thickness

The editor box’s padding.

See Also