GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / Cursors Property
In This Topic
    Cursors Property
    In This Topic
    Gets or sets whether to generate cursors to be shown when the user's pointer is over an object.
    Syntax
    public bool Cursors {get; set;}

    Property Value

    The default is false
    Remarks
    This affects whether each GoObject that has an associated cursor name generates a <cursor> attribute.
    See Also