Brushes::Pink Property

 

Gets a system-defined Brush object.

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

public:
property Brush^ Pink {
	static Brush^ get();
}

Property Value

Type: System.Drawing::Brush^

A Brush object set to a system-defined color.

To see the color represented by this brush and other brushes in this class, see Colors by Name.

.NET Framework
Available since 1.1
Return to top
Show: