Class PowerLine
PowerLine renderable
Inheritance
object
PowerLine
Implements
Namespace: Terminaux.Writer.CyclicWriters
Assembly: Terminaux.dll
Syntax
public class PowerLine : IStaticRenderable
Constructors
| Edit this page View SourcePowerLine()
Makes a new instance of the PowerLine renderer
Declaration
public PowerLine()
Properties
| Edit this page View SourceEndingColor
Ending color
Declaration
public Color EndingColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Segments
PowerLine segments
Declaration
public List<PowerLineSegment> Segments { get; set; }
Property Value
Type | Description |
---|---|
List<PowerLineSegment> |
Methods
| Edit this page View SourceRender()
Renders a PowerLine segment group
Declaration
public string Render()
Returns
Type | Description |
---|---|
string | Rendered PowerLine text that will be used by the renderer |