LineWrapTheme
Namespace: Hex1b.Theming
Assembly: Hex1b.dll
Theme elements for line wrapping indicators.
csharp
public static class LineWrapThemeInheritance
Object → LineWrapTheme
Fields
ContinuationIndent
Number of columns to indent continuation lines (0 for no indent).
Returns: Hex1bThemeElement<Int32>
csharp
public static readonly Hex1bThemeElement<int> ContinuationIndentIndicatorForegroundColor
Foreground color of the wrap indicator.
Returns: Hex1bThemeElement<Hex1bColor>
csharp
public static readonly Hex1bThemeElement<Hex1bColor> IndicatorForegroundColorWrapIndicator
Character shown at the end of a wrapped line to indicate continuation.
Returns: Hex1bThemeElement<Char>
csharp
public static readonly Hex1bThemeElement<char> WrapIndicator