GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / View Property
In This Topic
    View Property (GoSvgWriter)
    In This Topic
    Gets or sets the view used to limit the rendering extent and provide a background and view objects such as a grid and selection handles.
    Syntax
    public GoView View {get; set;}

    Property Value

    This defaults to null and is normally set before generating any SVG
    Remarks
    The view is sometimes needed to customize the painting of document objects, such as a shadow, even if PaintView is false.
    See Also