Table of Contents

Class TaskBarElementBuilder

Namespace
SharpConsoleUI.Panel.Builders
Assembly
SharpConsoleUI.dll

Fluent builder for TaskBarElement.

public class TaskBarElementBuilder : IPanelElementBuilder
Inheritance
TaskBarElementBuilder
Implements
Inherited Members
Extension Methods

Methods

Build()

Builds and returns the configured panel element.

public IPanelElement Build()

Returns

IPanelElement

WithActiveColor(Color)

Sets the highlight color for the active window.

public TaskBarElementBuilder WithActiveColor(Color color)

Parameters

color Color

Returns

TaskBarElementBuilder

WithInactiveColor(Color)

Sets the color for inactive windows.

public TaskBarElementBuilder WithInactiveColor(Color color)

Parameters

color Color

Returns

TaskBarElementBuilder

WithMinimizedDim(bool)

Sets whether minimized windows are dimmed.

public TaskBarElementBuilder WithMinimizedDim(bool dim)

Parameters

dim bool

Returns

TaskBarElementBuilder

WithName(string)

Sets the element name.

public TaskBarElementBuilder WithName(string name)

Parameters

name string

Returns

TaskBarElementBuilder