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