Back to Devexpress

EditBase.BoxPadding Property

maui-devexpress-dot-maui-dot-editors-dot-editbase-87c92ca3.md

latest1.3 KB
Original Source

EditBase.BoxPadding Property

Gets or sets the amount of space between borders of the edit box and its content. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public Thickness BoxPadding { get; set; }

Property Value

TypeDefaultDescription
Thickness.nan

The edit box padding.

|

Remarks

Use the BoxPadding property to change the distance from the edit box content to its borders.

  • Pass a single double value to the Thickness structure to set the same padding for all editor borders:

  • Pass four double values (in the following order: Left, Top, Right and Bottom) to specify each border padding separately:

See Also

EditBase Class

EditBase Members

DevExpress.Maui.Editors Namespace