ChoicesStyle(ConfirmationPrompt, Style) Method

Sets the style in which the list of choices is displayed.
public static ConfirmationPrompt ChoicesStyle(this ConfirmationPrompt obj, Style style)
Namespace
Spectre.Console

Parameters

ConfirmationPrompt obj
The confirmation prompt.
Style style
The style to use for displaying the choices or to use the default style (blue).

Returns