Represents the collection of gradient colors.

Namespace:  PerpetuumSoft.Framework.Drawing
Assembly:  PerpetuumSoft.Framework (in PerpetuumSoft.Framework.dll) Version: 3.9.0.1

Syntax

C#
public class GradientColorCollection : CollectionBase
Visual Basic (Declaration)
Public Class GradientColorCollection _
	Inherits CollectionBase
Visual C++
public ref class GradientColorCollection : public CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    PerpetuumSoft.Framework.Drawing..::.GradientColorCollection

See Also