GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace
/
GoColorCollection Class
/ Set Method
The GoColor structure to add to the collection.
The string to associate with the GoColor. This value can not be null.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Set Method (GoColorCollection)
In This Topic
Adds a GoColor structure associated with the specified name to the colleciton.
Syntax
C#
public
void
Set(
GoColor
color
,
string
name
)
Parameters
color
The GoColor structure to add to the collection.
name
The string to associate with the GoColor. This value can not be null.
See Also
Reference
GoColorCollection Class
GoColorCollection Members