Skip to main content
Bar

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the BarManagerProperties class")]
public virtual int BarItemVertIndent { get; set; }

Property Value

Type Description
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