Back to Devexpress

BarManager.BarItemVertIndent Property

windowsforms-devexpress-dot-xtrabars-dot-barmanager-bcc56f0d.md

latest2.3 KB
Original Source

BarManager.BarItemVertIndent Property

OBSOLETE

You should use the BarManagerProperties class

Gets or sets the vertical indent between the content and borders of bar links.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the BarManagerProperties class")]
public virtual int BarItemVertIndent { get; set; }
vb
<Obsolete("You should use the BarManagerProperties class")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property BarItemVertIndent As Integer

Property Value

TypeDescription
Int32

An integer value specifying the number of pixels between the content and borders of bar links. -1 to calculate the indent automatically.

|

Remarks

This property is obsolete. Use the BarManagerProperties.BarItemVertIndent property of a bar and dock controller to specify the default vertical indent between bar links. This setting will affect the bar links of all BarManagers bound to this BarAndDockingController.

The bar’s Bar.BarItemHorzIndent property allows you to specify the indent between links for this particular bar.

See Also

Bar.BarItemVertIndent

BarManagerProperties.BarItemVertIndent

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace