Back to Devexpress

DXStackLayout.ItemSpacing Property

maui-devexpress-dot-maui-dot-core-dot-dxstacklayout-372aea8a.md

latest925 B
Original Source

DXStackLayout.ItemSpacing Property

Gets or sets the amount of space between the DXStackLayout child elements. This is a bindable property.

Namespace : DevExpress.Maui.Core

Assembly : DevExpress.Maui.Core.dll

NuGet Package : DevExpress.Maui.Core

Declaration

csharp
public double ItemSpacing { get; set; }

Property Value

TypeDescription
Double

The amount of space between the DXStackLayout child elements.

|

See Also

DXStackLayout Class

DXStackLayout Members

DevExpress.Maui.Core Namespace