Back to Devexpress

ToolBarControlBase.BarItemVerticalIndent Property

wpf-devexpress-dot-xpf-dot-bars-dot-toolbarcontrolbase-84e35cc0.md

latest1.5 KB
Original Source

ToolBarControlBase.BarItemVerticalIndent Property

Gets or sets the vertical interval between the tool bar’s items. 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 BarItemVerticalIndent { get; set; }
vb
Public Property BarItemVerticalIndent As Double

Property Value

TypeDescription
Double

A Double value that specifies the vertical interval between the tool bar’s items. The default is 0.

|

Remarks

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

See Also

IsMultiLine

BarItemHorizontalIndent

ToolBarControlBase Class

ToolBarControlBase Members

DevExpress.Xpf.Bars Namespace