HtmlDocument.ForeColor Proprietà

Definizione

Ottiene o imposta il colore del testo per il documento.

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

Valore della proprietà

Colore del testo nel documento.

Commenti

Il tipo /> di Alpha non avrà alcun effetto quando assegnato a questa proprietà.

Si applica a

Vedi anche