Skip to main content
Bar

BarContainerControl.BarHorzIndent Property

Gets or sets the horizontal 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 BarHorzIndent { get; set; }

Property Value

Type Description
Double

A value that specifies the horizontal distance between adjacent bars.

See Also