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, setPublic Property VisitedLinkColor As Color属性值
已访问的链接的颜色。
注解
Color.NET Framework中的类型支持值Alpha,但 HTML DOM 不支持。 因此, Alpha 分配给此属性时将不起作用。