Class WindowTemplate
- Namespace
- SharpConsoleUI.Builders
- Assembly
- SharpConsoleUI.dll
Abstract base class for window templates that encapsulate reusable window configurations. Inherit from this class to create custom templates for common window types.
public abstract class WindowTemplate
- Inheritance
-
WindowTemplate
- Derived
- Inherited Members
Methods
Configure(WindowBuilder)
Configures the window builder with the settings defined by this template.
public abstract WindowBuilder Configure(WindowBuilder builder)
Parameters
builderWindowBuilderThe window builder to configure.
Returns
- WindowBuilder
The configured builder instance for continued method chaining.