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);
A Color that represents the color used to display links in normal cases. The default is Blue.
LinkLabel Class | LinkLabel Members | System.WinForms Namespace | Color