Skip to main content

LayoutItem.VerticalContentIndent Property

Gets or sets the space between the item’s header and content when the content and header are vertically lined up.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double VerticalContentIndent { get; set; }

Property Value

Type Description
Double

The vertical space between the item’s header and content.

See Also