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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the BarManagerProperties class")]
public virtual int BarItemHorzIndent { get; set; }
Property Value
Type | Description |
---|---|
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.