GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace / GoSvgWriter Class / ToolTips Property
In This Topic
    ToolTips Property
    In This Topic
    Gets or sets whether to generate script for handling tooltips.
    Syntax
    public bool ToolTips {get; set;}

    Property Value

    The default value is true.
    Remarks
    The default implementation assumes tooltip strings are held in title elements. This property affects the behavior of RenderToolTip.
    See Also