PickerTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for Picker widgets.
csharp
public static class PickerThemeInheritance
Object → PickerTheme
Fields
BackgroundColor
Background color for the picker button in normal state.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorFocusedBackgroundColor
Background color for the picker button when focused.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedBackgroundColorFocusedForegroundColor
Foreground color for the picker button when focused.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColorForegroundColor
Foreground color for the picker button in normal state.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColorLeftBracket
Left bracket/delimiter for the picker display.
Returns: Hex1bThemeElement<String>
csharp
public static readonly Hex1bThemeElement<string> LeftBracketMinimumWidth
Minimum width for the picker button (includes brackets and padding).
Returns: Hex1bThemeElement<Int32>
csharp
public static readonly Hex1bThemeElement<int> MinimumWidthRightBracket
Right bracket/delimiter for the picker display.
Returns: Hex1bThemeElement<String>
csharp
public static readonly Hex1bThemeElement<string> RightBracket