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

屬性值

位於放射漸層中心的二維點。

備註

漸層圓形的預設中央點位置 (0.5、0.5) 。

適用於

另請參閱