PathGradientBrush::CenterPoint Property

 

Gets or sets the center point of the path gradient.

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

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

Property Value

Type: System.Drawing::PointF

A PointF that represents the center point of the path gradient.

.NET Framework
Available since 1.1
Return to top
Show: