TreeTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for Tree widgets.
public static class TreeThemeInheritance
Object → TreeTheme
Fields
BackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColorBranch
Branch connector for non-last items (default: "├─ ").
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> BranchCheckboxChecked
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> CheckboxCheckedCheckboxIndeterminate
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> CheckboxIndeterminateCheckboxUnchecked
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> CheckboxUncheckedCollapsedIndicator
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> CollapsedIndicatorExpandedIndicator
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> ExpandedIndicatorFocusedBackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedBackgroundColorFocusedForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColorForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColorGuideColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> GuideColorHoveredBackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> HoveredBackgroundColorHoveredForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> HoveredForegroundColorLastBranch
Branch connector for last items (default: "└─ ").
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> LastBranchLeafIndicator
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> LeafIndicatorSelectedBackgroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> SelectedBackgroundColorSelectedForegroundColor
Returns: Hex1bThemeElement<Hex1bColor>
public static readonly Hex1bThemeElement<Hex1bColor> SelectedForegroundColorSpace
Empty space for indentation (default: " ").
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> SpaceVertical
Vertical continuation line (default: "│ ").
Returns: Hex1bThemeElement<String>
public static readonly Hex1bThemeElement<string> Vertical