PromptStyle<T>(TextPrompt<T>, Style) Method
Sets the prompt style.
public static TextPrompt<T> PromptStyle<T>(this TextPrompt<T> obj, Style style)
- Namespace
- Spectre
.Console - Containing Type
- TextPromptExtensions
Parameters
-
T
- The prompt result type.
Parameters
-
TextPrompt
<T> obj - The prompt.
- Style style
- The prompt style.