Skip to content

TreeTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for Tree widgets.

csharp
public static class TreeTheme

Inheritance

ObjectTreeTheme

Fields

BackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> BackgroundColor

Branch

Branch connector for non-last items (default: "├─ ").

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> Branch

CheckboxChecked

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> CheckboxChecked

CheckboxIndeterminate

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> CheckboxIndeterminate

CheckboxUnchecked

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> CheckboxUnchecked

CollapsedIndicator

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> CollapsedIndicator

ExpandedIndicator

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> ExpandedIndicator

FocusedBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedBackgroundColor

FocusedForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> FocusedForegroundColor

ForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> ForegroundColor

GuideColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> GuideColor

HoveredBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoveredBackgroundColor

HoveredForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> HoveredForegroundColor

LastBranch

Branch connector for last items (default: "└─ ").

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> LastBranch

LeafIndicator

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> LeafIndicator

SelectedBackgroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedBackgroundColor

SelectedForegroundColor

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> SelectedForegroundColor

Space

Empty space for indentation (default: " ").

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> Space

Vertical

Vertical continuation line (default: "│ ").

Returns: Hex1bThemeElement<String>

csharp
public static readonly Hex1bThemeElement<string> Vertical

Released under the MIT License.