Skip to content

ButtonTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for Button widgets.

csharp
public static class ButtonTheme

Inheritance

ObjectButtonTheme

Fields

BackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

FocusedBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedBackgroundColor

FocusedForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColor

ForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

HoveredBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoveredBackgroundColor

HoveredForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoveredForegroundColor

LeftBracket

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> LeftBracket

MinimumWidth

Returns: Hex1bThemeElement<Int32>

csharp
public static readonly Hex1bThemeElement<int> MinimumWidth

RightBracket

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> RightBracket

Released under the MIT License.