FoldingTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for code folding.
csharp
public static class FoldingThemeInheritance
Object → FoldingTheme
Fields
CollapsedIndicator
Character used to indicate a collapsed region in the gutter (e.g., '▶').
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> CollapsedIndicatorCollapsedPlaceholder
Placeholder text shown for collapsed content.
Returns: Hex1bThemeElement<String>
csharp
public static readonly Hex1bThemeElement<string> CollapsedPlaceholderExpandedIndicator
Character used to indicate an expanded region in the gutter (e.g., '▼').
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> ExpandedIndicatorPlaceholderForegroundColor
Foreground color of the collapsed placeholder text.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> PlaceholderForegroundColor