Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / ZoomDlg Class / ZoomFactor Property


In This Topic
    ZoomFactor Property (ZoomDlg)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property ZoomFactor As Single
    'Usage
     
    
    Dim instance As ZoomDlg
    Dim value As Single
     
    instance.ZoomFactor = value
     
    value = instance.ZoomFactor
    public float ZoomFactor {get; set;}
    See Also