HyperlinkTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for Hyperlink widgets.
csharp
public static class HyperlinkThemeInheritance
Object → HyperlinkTheme
Fields
FocusedForegroundColor
Foreground color when the hyperlink is focused.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColorForegroundColor
Foreground color for normal (unfocused) hyperlinks. Defaults to blue, the traditional hyperlink color.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColorHoveredForegroundColor
Foreground color when the hyperlink is hovered.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoveredForegroundColor