PathGradientBrush.CenterColor プロパティ

定義

パス グラデーションの中心の色を取得または設定します。

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

プロパティ値

パス グラデーションの中心の色を表す Color

適用対象