Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingSurface Interface / ZoomScale Property


In This Topic
    ZoomScale Property (IDrawingSurface)
    In This Topic
    Gets or sets the zoom magnification for current view representing percent values.
    Syntax
    'Declaration
     
    
    Property ZoomScale As Double
    'Usage
     
    
    Dim instance As IDrawingSurface
    Dim value As Double
     
    instance.ZoomScale = value
     
    value = instance.ZoomScale
    double ZoomScale {get; set;}

    Property Value

    An integer value represents the zoom magnification for current view representing percent values.
    See Also