LinearGradientBrush.LinearColors Eigenschaft

Definition

Ruft die Anfangs- und Endfarben des Farbverlaufs ab oder legt diese fest.

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

Eigenschaftswert

Color[]

Ein Array mit zwei Color-Strukturen, das die Anfangs- und Endfarben des Farbverlaufs darstellt.

Gilt für: