Class ValueShowcase
Value showcase renderable
Inheritance
Inherited Members
Namespace
Syntax
public class ValueShowcase : GraphicalCyclicWriter
Constructors
ValueShowcase()
Makes a new instance of the value showcase renderer
Declaration
public ValueShowcase()
Properties
Elements
Chart elements
Length
Calculated length of the showcase panel
Property Value
int
Declaration
public int Length { get; }
ShowSeparator
Shows the separator
Property Value
bool
Declaration
public bool ShowSeparator { get; set; }
UseColors
Whether to use colors or not
Property Value
bool
Declaration
public bool UseColors { get; set; }
Methods
Render()
Renders a showcase panel
Returns
string
Rendered text that will be used by the renderer
Declaration
public override string Render()