HighlightStyle<T>(MultiSelectionPrompt<T>, Style) Method
Sets the highlight style of the selected choice.
public static MultiSelectionPrompt<T> HighlightStyle<T>(this MultiSelectionPrompt<T> obj, Style highlightStyle)
where T : notnull
- Namespace
- Spectre
.Console - Containing Type
- Multi
Selection Prompt Extensions
Parameters
-
T
- The prompt result type.
Parameters
-
MultiSelectionPrompt
<T> obj - The prompt.
- Style highlightStyle
- The highlight style of the selected choice.