Skip to content

PickerTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for Picker widgets.

csharp
public static class PickerTheme

Inheritance

ObjectPickerTheme

Fields

BackgroundColor

Background color for the picker button in normal state.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

FocusedBackgroundColor

Background color for the picker button when focused.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedBackgroundColor

FocusedForegroundColor

Foreground color for the picker button when focused.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColor

ForegroundColor

Foreground color for the picker button in normal state.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

LeftBracket

Left bracket/delimiter for the picker display.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> LeftBracket

MinimumWidth

Minimum width for the picker button (includes brackets and padding).

Returns: Hex1bThemeElement<Int32>

csharp
public static readonly Hex1bThemeElement<int> MinimumWidth

RightBracket

Right bracket/delimiter for the picker display.

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> RightBracket

Released under the MIT License.