HtmlDocument.LinkColor 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置超链接的颜色。
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.NET Framework中的类型支持值Alpha
,但 HTML DOM 不支持。 因此, Alpha
分配给此属性时将不起作用。