Table of Contents

Enum PromptInputStyle

Namespace
ConsoleAppVisuals.Enums
Assembly
ConsoleAppVisuals.dll

The PromptInputStyle enum defines the style of the prompt input.

public enum PromptInputStyle

Fields

Default = 0

The default prompt style.

Fill = 1

The form style. (the default text will be "----" for 4 characters)

Secret = 2

The secret style. (the input will be hidden with "*" characters)

Remarks

For more information, consider visiting the documentation available here.