BarManagerProperties.GetLinkHorzIndent() Method
Returns the actual horizontal indent, in pixels, between a bar item link’s content and borders.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int GetLinkHorzIndent()
Returns
Type | Description |
---|---|
Int32 | An integer value that specifies the actual horizontal indent, in pixels, between a bar item link’s content and borders. |
See Also