Class ListEntry
ListEntry renderable
Inheritance
object
ListEntry
Implements
Namespace: Terminaux.Writer.CyclicWriters
Assembly: Terminaux.dll
Syntax
public class ListEntry : IStaticRenderable
Constructors
| Edit this page View SourceListEntry()
Makes a new instance of the ListEntry 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 |
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 ListEntry segment group
Declaration
public string Render()
Returns
Type | Description |
---|---|
string | Rendered ListEntry text that will be used by the renderer |