SignaturePanelTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for the signature help panel.
csharp
public static class SignaturePanelThemeInheritance
Object → SignaturePanelTheme
Fields
ActiveParameterBold
Whether the active parameter is rendered in bold.
Returns: Hex1bThemeElement<Boolean>
csharp
public static readonly Hex1bThemeElement<bool> ActiveParameterBoldActiveParameterForegroundColor
Foreground color of the active parameter.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ActiveParameterForegroundColorBackgroundColor
Background color of the signature panel.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorForegroundColor
Foreground color of signature text.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor