PathGradientBrush::CenterColor Property

 

Gets or sets the color at the center of the path gradient.

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

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

Property Value

Type: System.Drawing::Color

A Color that represents the color at the center of the path gradient.

.NET Framework
Available since 1.1
Return to top
Show: