GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColorCollection Class
Properties Methods


In This Topic
    GoColorCollection Class Members
    In This Topic

    The following tables list the members exposed by GoColorCollection.

    Public Constructors
     NameDescription
    Public Constructor Create a new instance of GoColorCollection.  
    Top
    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Gets the basic color palette.  
    Public Property Gets the number of GoColor structures contained within the colleciton.  
    Public PropertyGets or sets the GoColor associated with the specified String.  
    Public Propertystatic (Shared in Visual Basic) Gets the palette of known, pre-defined colors.  
    Public Propertystatic (Shared in Visual Basic) Gets the Non-system color palette.  
    Public Propertystatic (Shared in Visual Basic) Gets the system color palette.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.   
    Public Method Returns an IEnumerator object of all the GoColor structures in the collection.  
    Public Method Returns an IEnumerator object of all the names in the collection.  
    Public Method Gets an IEnumerator object representing all of the names associated with the specified GoColor.  
    Public Method Gets a List of all of the GoColor structures in the collection, sorted using the specified IComparer.  
    Public Method Gets a List of all of the names in the collection, sorted using the specified IComparer.  
    Public MethodOverloaded.   
    Public Method Adds a GoColor structure associated with the specified name to the colleciton.  
    Top
    See Also