Skip to content

RescueTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for Rescue widgets. These define the styling for the error fallback UI.

csharp
public static class RescueTheme

Inheritance

ObjectRescueTheme

Fields

BackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

BorderColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BorderColor

BottomLeftCorner

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> BottomLeftCorner

BottomRightCorner

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> BottomRightCorner

ButtonBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ButtonBackgroundColor

ButtonFocusedBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ButtonFocusedBackgroundColor

ButtonFocusedForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ButtonFocusedForegroundColor

ButtonForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ButtonForegroundColor

ErrorTypeColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ErrorTypeColor

ForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

HorizontalLine

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> HorizontalLine

PhaseColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> PhaseColor

SeparatorColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SeparatorColor

SeparatorHorizontalChar

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> SeparatorHorizontalChar

SeparatorVerticalChar

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> SeparatorVerticalChar

StackTraceColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> StackTraceColor

TitleColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> TitleColor

TopLeftCorner

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> TopLeftCorner

TopRightCorner

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> TopRightCorner

VerticalLine

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> VerticalLine

Released under the MIT License.