Skip to main content
All docs
V25.1
  • Bar

    BarItemLink.GetLinkVertIndent(Single) Method

    Returns the actual vertical indent for this link when displayed on a screen with the given scale factor.

    Namespace: DevExpress.XtraBars

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public virtual int GetLinkVertIndent(
        float scaleFactor
    )

    Parameters

    Name Type Description
    scaleFactor Single

    The scale factor of a screen.

    Returns

    Type Description
    Int32

    The actual vertical indent of this bar item link.

    See Also