FormTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for Form containers and form text fields.
csharp
public static class FormThemeInheritance
Object → FormTheme
Fields
ErrorIndicator
Error indicator character shown next to invalid fields.
Returns: Hex1bThemeElement<String>
csharp
public static readonly Hex1bThemeElement<string> ErrorIndicatorLabelForegroundColor
Foreground color for form field labels.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> LabelForegroundColorSuccessIndicator
Success indicator character shown next to valid fields (when validation has run).
Returns: Hex1bThemeElement<String>
csharp
public static readonly Hex1bThemeElement<string> SuccessIndicatorValidationErrorColor
Color used for validation error indicators and messages.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ValidationErrorColorValidationSuccessColor
Color used for fields that have passed validation.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ValidationSuccessColor