Skip to main content
All docs
V23.2

Bar.GetDistanceBetweenItems(Single) Method

Returns the actual distance between neighboring bar items.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual int GetDistanceBetweenItems(
    float scaleFactor
)

Parameters

Name Type Description
scaleFactor Single

The system scale factor.

Returns

Type Description
Int32

The actual distance between neighboring bar items.

See Also