Skip to main content
A newer version of this page is available. .
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.v19.1.dll

Declaration

[Obsolete("You should use the BarManagerProperties class")]
[Browsable(false)]
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 Docking Controllers (Customizing Default View and Behavior Settings) 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