Class ListEntry
ListEntry renderable
Namespace: Terminaux.Writer.CyclicWriters.Simple
Assembly: Terminaux.dll
Syntax
public class ListEntry : SimpleCyclicWriter
Constructors
| Edit this page View SourceListEntry()
Makes a new instance of the list entry renderer
Declaration
public ListEntry()
Properties
| Edit this page View SourceEntry
List key name
Declaration
public string Entry { get; set; }
Property Value
Type | Description |
---|---|
string |
Indentation
Specifies a zero-based level of indentation
Declaration
public int Indentation { get; set; }
Property Value
Type | Description |
---|---|
int |
Indicator
Whether to enable the list entry indicator
Declaration
public bool Indicator { get; set; }
Property Value
Type | Description |
---|---|
bool |
KeyColor
List key color
Declaration
public Color KeyColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
UseColors
Whether to use colors or not
Declaration
public bool UseColors { get; set; }
Property Value
Type | Description |
---|---|
bool |
Value
List value as a string
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
ValueColor
List value color
Declaration
public Color ValueColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Methods
| Edit this page View SourceRender()
Renders a list entry
Declaration
public override string Render()
Returns
Type | Description |
---|---|
string | Rendered text that will be used by the renderer |