GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / PanAndZoomControls Property
In This Topic
    PanAndZoomControls Property
    In This Topic
    Gets or sets whether to generate panning and zooming controls for the user.
    Syntax
    public bool PanAndZoomControls {get; set;}

    Property Value

    The default is true
    Remarks
    This property affects the behavior of RenderPanAndZoomControls.
    See Also