Skip to content

TilePanelTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for the TilePanel widget.

csharp
public static class TilePanelTheme

Inheritance

ObjectTilePanelTheme

Fields

EmptyTileBackgroundColor

Background color for empty tiles.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> EmptyTileBackgroundColor

EmptyTileCharacter

Character used to fill empty tiles.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> EmptyTileCharacter

EmptyTileForegroundColor

Foreground color for empty tiles (tiles with no content from the data source).

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> EmptyTileForegroundColor

PoiLabelBackgroundColor

Background color for point-of-interest labels.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> PoiLabelBackgroundColor

PoiLabelForegroundColor

Foreground color for point-of-interest labels.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> PoiLabelForegroundColor

Released under the MIT License.