Class ValueShowcase
Value showcase renderable
Inherited Members
Namespace: Terminaux.Writer.CyclicWriters.Graphical
Assembly: Terminaux.dll
Syntax
public class ValueShowcase : GraphicalCyclicWriter
Constructors
| Edit this page View SourceValueShowcase()
Makes a new instance of the value showcase renderer
Declaration
public ValueShowcase()
Properties
| Edit this page View SourceElements
Chart elements
Declaration
public ChartElement[] Elements { get; set; }
Property Value
Type | Description |
---|---|
ChartElement[] |
Length
Calculated length of the showcase panel
Declaration
public int Length { get; }
Property Value
Type | Description |
---|---|
int |
ShowSeparator
Shows the separator
Declaration
public bool ShowSeparator { get; set; }
Property Value
Type | Description |
---|---|
bool |
UseColors
Whether to use colors or not
Declaration
public bool UseColors { get; set; }
Property Value
Type | Description |
---|---|
bool |
Methods
| Edit this page View SourceRender()
Renders a showcase panel
Declaration
public override string Render()
Returns
Type | Description |
---|---|
string | Rendered text that will be used by the renderer |