Gets the set of colors used for the fill.

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

Syntax

C#
public GradientColorCollection Colors { get; }
Visual Basic (Declaration)
Public ReadOnly Property Colors As GradientColorCollection
Visual C++
public:
property GradientColorCollection^ Colors {
	GradientColorCollection^ get ();
}

See Also