Spread WPF 18
GrapeCity.Drawing Namespace / IDrawingContext Interface / ZoomScale Property


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

    Property Value

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