Gets or sets the beginning color.

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

Syntax

C#
public Color StartColor { get; set; }
Visual Basic (Declaration)
Public Property StartColor As Color
Visual C++
public:
property Color StartColor {
	Color get ();
	void set (Color value);
}

See Also