Skip to content

FormTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for Form containers and form text fields.

csharp
public static class FormTheme

Inheritance

ObjectFormTheme

Fields

ErrorIndicator

Error indicator character shown next to invalid fields.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> ErrorIndicator

LabelForegroundColor

Foreground color for form field labels.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> LabelForegroundColor

SuccessIndicator

Success indicator character shown next to valid fields (when validation has run).

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> SuccessIndicator

ValidationErrorColor

Color used for validation error indicators and messages.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ValidationErrorColor

ValidationSuccessColor

Color used for fields that have passed validation.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ValidationSuccessColor

Released under the MIT License.