Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / PaintingContext Class / ZoomScale Property


In This Topic
    ZoomScale Property (PaintingContext)
    In This Topic
    Gets the window zoom magnification for current view representing percent values.
    Syntax
    'Declaration
     
    Public ReadOnly Property ZoomScale As Double
    'Usage
     
    Dim instance As PaintingContext
    Dim value As Double
     
    value = instance.ZoomScale
    public double ZoomScale {get;}
    See Also