NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

LinkLabel.LinkColor

Gets or sets the color used to display links in normal cases.

[Visual Basic]
Public Property LinkColor As Color
[C#]
public Color LinkColor {get; set;}
[C++]
public: __property Color get_LinkColor();
public: __property void set_LinkColor(Color);
[JScript]
public function get LinkColor() : Color;
public function set LinkColor(Color);

Property Value

A Color that represents the color used to display links in normal cases. The default is Blue.

See Also

LinkLabel Class | LinkLabel Members | System.WinForms Namespace | Color