Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ZoomEventArgs Class / OldZoomFactor Property


In This Topic
    OldZoomFactor Property
    In This Topic
    Gets the old zoom factor.
    Syntax
    'Declaration
     
    Public ReadOnly Property OldZoomFactor As Single
    'Usage
     
    Dim instance As ZoomEventArgs
    Dim value As Single
     
    value = instance.OldZoomFactor
    public float OldZoomFactor {get;}

    Property Value

    The old zoom factor.
    See Also