Share via


HtmlDocument.LinkColor 屬性

定義

取得或設定超連結的色彩。

public:
 property System::Drawing::Color LinkColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color LinkColor { get; set; }
member this.LinkColor : System.Drawing.Color with get, set
Public Property LinkColor As Color

屬性值

Color

目前文件中的超連結色彩。

備註

Color.NET Framework中的類型支援 Alpha 值,但 HTML DOM 則不支援。 因此, Alpha 指派給這個屬性時,將不會有任何作用。

適用於

另請參閱