Skip to main content
All docs
V26.1
  • Bar

    BarItemLink.GetLinkHorzIndent(Single) Method

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

    Namespace: DevExpress.XtraBars

    Assembly: DevExpress.XtraBars.v26.1.dll

    Declaration

    public virtual int GetLinkHorzIndent(
        float scaleFactor
    )

    Parameters

    Name Type Description
    scaleFactor Single

    The scale factor of a screen.

    Returns

    Type Description
    Int32

    The actual horizontal indent of this bar item link.

    See Also