Skip to content

SignaturePanelTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for the signature help panel.

csharp
public static class SignaturePanelTheme

Inheritance

ObjectSignaturePanelTheme

Fields

ActiveParameterBold

Whether the active parameter is rendered in bold.

Returns: Hex1bThemeElement<Boolean>

csharp
public static readonly Hex1bThemeElement<bool> ActiveParameterBold

ActiveParameterForegroundColor

Foreground color of the active parameter.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ActiveParameterForegroundColor

BackgroundColor

Background color of the signature panel.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

ForegroundColor

Foreground color of signature text.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

Released under the MIT License.