Gets the color used when displaying a normal link.
- Returns
- A xtd::drawing::color that represents the color used to displaying a normal link. The default color is specified by the system, typically this color is xtd::drawing::color::blue.
- Note
- When setting this property, ensure that the color you are setting the property to does not conflict with the color of the control's background or the text does not display properly. For example, if the background color of the control is xtd::drawing::color::red and this property is set to xtd::drawing::color::red, the text of the link is not shown properly.
- Examples
- demo.cpp.