Table of Contents

Enum TigerThemeFamily

Namespace
ItTiger.TigerCli.Enums
Assembly
ItTiger.TigerCli.dll
The contrast family a theme belongs to. TigerCli classifies every theme as either dark-family or light-family so that custom semantic styles can supply a single dark/light override pair instead of one override per concrete theme. A theme's family is metadata, not inheritance: sealed themes declare their family directly (see ITheme.Family).
public enum TigerThemeFamily

Fields

Dark = 0
Dark-background family (e.g. the framework dark and tiger-blue themes).
Light = 1
Light-background family (e.g. the framework light theme).