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

適用対象