FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / FlexPivotGrid Class / GetZoom Method

In This Topic
    GetZoom Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Function GetZoom( _
       ByVal scaleMode As C1.WPF.Grid.GridScaleMode, _
       ByVal pageSize As Size _
    ) As Double
    protected double GetZoom( 
       C1.WPF.Grid.GridScaleMode scaleMode,
       Size pageSize
    )

    Parameters

    scaleMode
    pageSize
    See Also