Skip to content

HyperlinkTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for Hyperlink widgets.

csharp
public static class HyperlinkTheme

Inheritance

ObjectHyperlinkTheme

Fields

FocusedForegroundColor

Foreground color when the hyperlink is focused.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColor

ForegroundColor

Foreground color for normal (unfocused) hyperlinks. Defaults to blue, the traditional hyperlink color.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

HoveredForegroundColor

Foreground color when the hyperlink is hovered.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoveredForegroundColor

Released under the MIT License.