Skip to content

LineWrapTheme

Namespace: Hex1b.Theming

Assembly: Hex1b.dll

Theme elements for line wrapping indicators.

csharp
public static class LineWrapTheme

Inheritance

ObjectLineWrapTheme

Fields

ContinuationIndent

Number of columns to indent continuation lines (0 for no indent).

Returns: Hex1bThemeElement<Int32>

csharp
public static readonly Hex1bThemeElement<int> ContinuationIndent

IndicatorForegroundColor

Foreground color of the wrap indicator.

Returns: Hex1bThemeElement<Hex1bColor>

csharp
public static readonly Hex1bThemeElement<Hex1bColor> IndicatorForegroundColor

WrapIndicator

Character shown at the end of a wrapped line to indicate continuation.

Returns: Hex1bThemeElement<Char>

csharp
public static readonly Hex1bThemeElement<char> WrapIndicator

Released under the MIT License.