Back to Devexpress

Bar.BarItemVertIndent Property

wpf-devexpress-dot-xpf-dot-bars-dot-bar-d6ed7b37.md

latest1.1 KB
Original Source

Bar.BarItemVertIndent Property

Gets or sets the vertical interval between the bar’s links. This is a dependency property.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public double BarItemVertIndent { get; set; }
vb
Public Property BarItemVertIndent As Double

Property Value

TypeDescription
Double

The vertical interval between links.

|

Remarks

Items links can be arranged one under another if the Bar.IsMultiLine option is enabled.

See Also

IsMultiLine

Bar Class

Bar Members

DevExpress.Xpf.Bars Namespace