Skip to main content
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.v23.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