PathGradientBrush.SurroundColors プロパティ

定義

PathGradientBrush で塗りつぶすパス内の点に対応している色の配列を取得または設定します。

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

プロパティ値

Color[]

この Color で塗りつぶすパスの各点に関連付けられた色を表す PathGradientBrush 構造体の配列。

注釈

配列内のSurroundColorsColor は、パス内のポイントに対応します。

適用対象