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.v26.1.dll
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