Skip to main content

Bar.BarItemHorzIndent Property

Gets or sets the horizontal interval between the bar's links. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

[XtraSerializableProperty]
public double BarItemHorzIndent { get; set; }

#Property Value

Type Description
Double

The horizontal interval between links.

See Also