PathGradientBrush.SurroundColors Właściwość

Definicja

Pobiera lub ustawia tablicę kolorów odpowiadających punktom w ścieżce, PathGradientBrush którą wypełnia.

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()

Wartość właściwości

Color[]

Tablica Color struktur reprezentujących kolory skojarzone z każdym punktem w ścieżce, PathGradientBrush którą wypełnia.

Uwagi

Każda Color w tablicy SurroundColors odpowiada punktowi w ścieżce.

Dotyczy