HtmlDocument.BackColor 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 la couleur d'arrière-plan du document HTML.
public:
property System::Drawing::Color BackColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color BackColor { get; set; }
member this.BackColor : System.Drawing.Color with get, set
Public Property BackColor As Color
Valeur de propriété
Color de l'arrière-plan du document.
Remarques
BackColor s’affiche lorsqu’aucun autre élément n’occupe cette zone de l’écran.
Le Color type de l'.NET Framework prend en charge une Alpha
valeur, mais le DOM HTML ne le prend pas en charge. Par conséquent, Alpha
aucun effet n’est affecté à cette propriété.