Back to Devexpress

BarManager.BarItemHorzIndent Property

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

latest2.2 KB
Original Source

BarManager.BarItemHorzIndent Property

OBSOLETE

You should use the BarManagerProperties class

Gets the horizontal indent between the contents 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 BarItemHorzIndent { get; set; }
vb
<Obsolete("You should use the BarManagerProperties class")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property BarItemHorzIndent As Integer

Property Value

TypeDescription
Int32

An integer value specifying the number of pixels between the contents and borders of bar links.

|

Remarks

This property is obsolete. Use the BarManagerProperties.BarItemHorzIndent property of a bar and dock controller to specify the default horizontal 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.BarItemHorzIndent

BarManagerProperties.BarItemHorzIndent

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace