Class ColorScheme
Color scheme definitions
Inheritance
System.Object
ColorScheme
Namespace: Terminal
Assembly: Terminal.dll
Syntax
public class ColorScheme
Constructors
ColorScheme()
Declaration
public ColorScheme ();
Fields
Focus
Declaration
public Terminal.Attribute Focus;
Field Value
Type | Description |
---|---|
Attribute | To be added. |
HotFocus
Declaration
public Terminal.Attribute HotFocus;
Field Value
Type | Description |
---|---|
Attribute | To be added. |
HotNormal
Declaration
public Terminal.Attribute HotNormal;
Field Value
Type | Description |
---|---|
Attribute | To be added. |
Normal
Declaration
public Terminal.Attribute Normal;
Field Value
Type | Description |
---|---|
Attribute | To be added. |