Table of Contents

Class GradientDefaults

Namespace
SharpConsoleUI.Configuration
Assembly
SharpConsoleUI.dll

Default values for gradient rendering operations.

public static class GradientDefaults
Inheritance
GradientDefaults
Inherited Members

Fields

ArrowSeparator

Arrow separator used in markup gradient specs (ASCII-friendly alias for the Unicode arrow).

public const string ArrowSeparator = "->"

Field Value

string

DefaultDirection

Default gradient direction when none is specified.

public const GradientDirection DefaultDirection = Horizontal

Field Value

GradientDirection

UnicodeArrowSeparator

Unicode arrow separator used in gradient specs.

public const string UnicodeArrowSeparator = "→"

Field Value

string