Represents color of the pen.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

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

See Also