GoDigram for .NET Framework and .NET Core
Northwoods.Go.Svg Namespace
/
GoSvgWriter Class
/ Cursors Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
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
C#
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
Reference
GoSvgWriter Class
GoSvgWriter Members