Skip to the content.

PromptPlus Settings

Build Publish License NuGet Downloads

Main

The global setting modified properties for all controls. To set use: PromptPlus.Config.[Property]. Example:

PromptPlus.Config.PageSize = 10;

Table of Contents

Settings

Top

Symbols

Top

Global symbols modify the graphical representation of some characters for all controls. Warning: Changes to these symbols may cause an unwanted type.

To set use: PromptPlus.Config. Symbols(SymbolType, value, unicode). Example:

//SET
PromptPlus.Config.Symbols(SymbolType.Done, "V", "√");
//GET
var values = PromptPlus.Config.Symbols(SymbolType.Done);

SymbolType: (NO-UNICODE,UNICODE)