Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Drawing Namespace / GdiPlusDrawingContext Class / ZoomScale Property


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

    Property Value

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