LinearGradientBrush.LinearColors プロパティ

定義

グラデーションの開始色と終了色を取得または設定します。

public:
 property cli::array <System::Drawing::Color> ^ LinearColors { cli::array <System::Drawing::Color> ^ get(); void set(cli::array <System::Drawing::Color> ^ value); };
public System.Drawing.Color[] LinearColors { get; set; }
member this.LinearColors : System.Drawing.Color[] with get, set
Public Property LinearColors As Color()

プロパティ値

Color[]

グラデーションの開始色と終了色を表す 2 つの Color 構造体の配列。

適用対象