Skip to main content
All docs
V25.1
  • Bar.GetDistanceBetweenItems(Single) Method

    Returns the actual distance between neighboring bar items.

    Namespace: DevExpress.XtraBars

    Assembly: DevExpress.XtraBars.v25.1.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