Gets or sets the color used to display the link once it has been visited.
[Visual Basic] Public Property VisitedLinkColor As Color [C#] public Color VisitedLinkColor {get; set;} [C++] public: __property Color get_VisitedLinkColor(); public: __property void set_VisitedLinkColor(Color); [JScript] public function get VisitedLinkColor() : Color; public function set VisitedLinkColor(Color);
A Color that represents the color used to display links that have been visited. The default is Purple.
LinkLabel Class | LinkLabel Members | System.WinForms Namespace | Color