Class Box
Box renderable
Inherited Members
Namespace: Terminaux.Writer.CyclicWriters.Graphical
Assembly: Terminaux.dll
Syntax
public class Box : GraphicalCyclicWriter
Constructors
| Edit this page View SourceBox()
Makes a new instance of the box renderer
Declaration
public Box()
Properties
| Edit this page View SourceColor
Box color
Declaration
public Color Color { 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 |
Methods
| Edit this page View SourceRender()
Renders a box
Declaration
public override string Render()
Returns
Type | Description |
---|---|
string | Rendered box that will be used by the renderer |