GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / ScriptFile Property
In This Topic
    ScriptFile Property
    In This Topic
    Gets or sets the pathname for the script file defining most of the functions needed for event handling.
    Syntax
    public string ScriptFile {get; set;}

    Property Value

    This defaults to an empty, which indicates that the standard JavaScript should be generated inline, rather than producing an external reference.
    Remarks
    GoDiagram provides a standard JavaScript file that you can use, named GoSvg.js, that you can copy from the GoDiagram "bin" subdirectory.
    See Also