PathGradientBrush.CenterPoint Property

Definition

Gets or sets the center point of the path gradient.

public:
 property System::Drawing::PointF CenterPoint { System::Drawing::PointF get(); void set(System::Drawing::PointF value); };
public System.Drawing.PointF CenterPoint { get; set; }
member this.CenterPoint : System.Drawing.PointF with get, set
Public Property CenterPoint As PointF

Property Value

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

Applies to