HtmlDocument.ForeColor Property

Definition

Gets or sets the text color for the 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

Property Value

The color of the text in the document.

Remarks

The ColorColor type in the .NET Framework supports an Alpha value, but the HTML DOM does not. Therefore, Alpha will have no effect when assigned to this property.

Applies to

See also