PathGradientBrush.SurroundColors Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit un tableau des couleurs qui correspondent aux points du tracé rempli par ce 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()
Valeur de propriété
Tableau de structures Color qui représente les couleurs associées à chaque point du tracé rempli par ce PathGradientBrush.
Remarques
Chacun Color dans le SurroundColors tableau correspond à un point dans le chemin d’accès.