Pen::Color Property

 

Gets or sets the color of this Pen.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Color Color {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

A Color structure that represents the color of this Pen.

Exception Condition
ArgumentException

The Color property is set on an immutable Pen, such as those returned by the Pens class.

.NET Framework
Available since 1.1
Return to top
Show: