共用方式為


PathGradientBrush.CenterPoint 屬性

定義

取得或設定路徑漸層的中心點。

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

屬性值

PointF,表示路徑漸層的中心點。

適用於