TilePanelTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for the TilePanel widget.
csharp
public static class TilePanelThemeInheritance
Object → TilePanelTheme
Fields
EmptyTileBackgroundColor
Background color for empty tiles.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> EmptyTileBackgroundColorEmptyTileCharacter
Character used to fill empty tiles.
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> EmptyTileCharacterEmptyTileForegroundColor
Foreground color for empty tiles (tiles with no content from the data source).
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> EmptyTileForegroundColorPoiLabelBackgroundColor
Background color for point-of-interest labels.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> PoiLabelBackgroundColorPoiLabelForegroundColor
Foreground color for point-of-interest labels.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> PoiLabelForegroundColor