HtmlDocument.ForeColor 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 du texte du document.
public:
property System::Drawing::Color ForeColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color ForeColor { get; set; }
member this.ForeColor : System.Drawing.Color with get, set
Public Property ForeColor As Color
Valeur de propriété
Couleur du texte dans le document.
Remarques
Le ColorColor type dans le .NET Framework prend en charge une Alpha
valeur, mais le DOM HTML ne le fait pas. Par conséquent, Alpha
aucun effet n’est affecté à cette propriété.