Gets or sets gradient start color.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also