Skip to main content
All docs
V25.1
  • TdxRibbonSkinSelectorBaseOptions.ChangeScale(Integer,Integer) Method

    Applies the specified scale factor to all UI element dimensions stored in the current property set.

    Declaration

    procedure ChangeScale(M: Integer; D: Integer);

    Parameters

    Name Type Description
    M Integer

    The target scale factor multiplier.

    D Integer

    The target scale factor denominator.

    Remarks

    Important

    The ChangeScale procedure allows Ribbon Skin Selector to respond to DPI changes. Do not call this procedure in your code.

    See Also