LinkStyle Properties
Contains settings that define the style of links within web controls.| Name | Description |
|---|---|
| Color | Gets or sets the color of links. |
| Font | Gets the font settings for the normal state of links. |
| HoverColor | Gets or sets the color for the hovered links. |
| HoverFont | Gets the font settings for the hovered state of links. |
| HoverStyle | Gets the style settings for the hovered state of links. |
| Style | Gets the style settings for the normal state of links. |
| VisitedColor | Gets or sets the color for the visited links. |
| VisitedFont | Gets the font settings for the visited state of links. |
| VisitedStyle | Gets the style settings for the visited state of links. |
See Also