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
屬性值
造訪連結的顏色。
備註
.NET Framework 中的 Color 型別支援 Alpha 值,但 HTML DOM 則不支援。 因此,當分配到該物業時,將 Alpha 不具影響力。