Class Elements
- Namespace
- SharpConsoleUI.Panel
- Assembly
- SharpConsoleUI.dll
Static factory for creating panel element builders. Usage: Elements.StartMenu(), Elements.TaskBar(), Elements.Clock(), etc.
public static class Elements
- Inheritance
-
Elements
- Inherited Members
Methods
Clock()
Creates a ClockElement builder.
public static ClockElementBuilder Clock()
Returns
Custom(string)
Creates a CustomElement builder with the specified name.
public static CustomElementBuilder Custom(string name)
Parameters
namestringThe element name.
Returns
Performance()
Creates a PerformanceElement builder.
public static PerformanceElementBuilder Performance()
Returns
Separator()
Creates a SeparatorElement builder.
public static SeparatorElementBuilder Separator()
Returns
StartMenu()
Creates a StartMenuElement builder.
public static StartMenuElementBuilder StartMenu()
Returns
StatusText(string)
Creates a StatusTextElement builder with the specified markup text.
public static StatusTextElementBuilder StatusText(string text)
Parameters
textstringThe markup text to display.
Returns
TaskBar()
Creates a TaskBarElement builder.
public static TaskBarElementBuilder TaskBar()