HtmlDocument.VisitedLinkColor 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定使用者已經瀏覽過之 HTML 網頁連結的色彩。
public:
property System::Drawing::Color VisitedLinkColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
public System.Drawing.Color VisitedLinkColor { get; set; }
member this.VisitedLinkColor : System.Drawing.Color with get, set
Public Property VisitedLinkColor As Color
屬性值
已瀏覽過之連結的色彩。
備註
Color
.NET Framework中的類型支援 Alpha
值,但 HTML DOM 則不支援。 因此, Alpha
指派給這個屬性時,將不會有任何作用。