Skip to main content
A newer version of this page is available. .
Bar

BarContainerControl.BarVertIndent Property

Gets or sets the vertical distance between adjacent bars. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public double BarVertIndent { get; set; }

Property Value

Type Description
Double

An integer value that specifies the vertical distance between adjacent bars.

See Also