Class Box
Box renderable
Inheritance
Inherited Members
Namespace
Syntax
public class Box : GraphicalCyclicWriter
Constructors
Box()
Makes a new instance of the box renderer
Declaration
public Box()
Properties
Color
Box color
Property Value
Color
Declaration
public Color Color { get; set; }
UseColors
Whether to use colors or not
Property Value
bool
Declaration
public bool UseColors { get; set; }
Methods
Render()
Renders a box
Returns
string
Rendered box that will be used by the renderer
Declaration
public override string Render()