DXWrapLayout.ItemSpacing Property
Gets or sets the amount of space between the DXWrapLayout child elements. This is a bindable property.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public double ItemSpacing { get; set; }
Property Value
Type | Description |
---|---|
Double | The amount of space between the DXWrapLayout child elements. |
See Also