DXViewBase.Padding Property
In This Article
Gets or sets the amount of space around the DXViewBase descendants. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
#Declaration
C#
public Thickness Padding { get; set; }
#Property Value
Type | Description |
---|---|
Thickness | The amount of space around the DXView |
See Also