RadialGradientBrush.Center プロパティ

定義

放射状グラデーションの最も外側にある円の中心を取得または設定します。

public:
 property System::Windows::Point Center { System::Windows::Point get(); void set(System::Windows::Point value); };
public System.Windows.Point Center { get; set; }
member this.Center : System.Windows.Point with get, set
Public Property Center As Point

プロパティ値

放射状グラデーションの中心にある 2 次元の点。

注釈

グラデーション円の既定の中心点の位置は (0.5、0.5) です。

適用対象

こちらもご覧ください