WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / FlexGrid Class / GetZoom Method
In This Topic
    GetZoom Method (FlexGrid)
    In This Topic
    Calculates the zoom factor to use based on scale mode, and page size.
    Syntax
    protected double GetZoom( 
       GridScaleMode scaleMode,
       Size pageSize
    )

    Parameters

    scaleMode
    pageSize
    See Also