HtmlDocument.VisitedLinkColor 属性

定义

获取或设置用户已经访问的链接(指向 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

已访问的链接的颜色。

注解

Color.NET Framework中的类型支持值Alpha,但 HTML DOM 不支持。 因此, Alpha 分配给此属性时将不起作用。

适用于

另请参阅