DXPopupDialogBase.Padding Property
Gets or sets the padding between pop-up dialog borders and content.
Namespace: DevExpress.Maui.Controls
Assembly: DevExpress.Maui.Controls.dll
NuGet Package: DevExpress.Maui.Controls
Declaration
public Thickness Padding { get; set; }
Property Value
| Type | Description |
|---|---|
| Thickness | The padding between pop-up dialog borders and content. |
See Also