Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ZoomEventArgs Class / OldZoomFactor Property


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