Skip to main content
Bar

BarManagerProperties.GetLinkVertIndent() Method

Returns the actual vertical 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 GetLinkVertIndent()

Returns

Type Description
Int32

An integer value that specifies the actual vertical indent, in pixels, between a bar item link’s content and borders.

See Also