Pens::Wheat Property

 

A system-defined Pen object with a width of 1.

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

public:
property Pen^ Wheat {
	static Pen^ get();
}

Property Value

Type: System.Drawing::Pen^

A Pen object set to a system-defined color.

To see the color represented by this pen and other pens in this class, see Colors by Name.

.NET Framework
Available since 1.1
Return to top
Show: