Skip to the content.

PromptPlus API:ProfileSetup

Build Publish License NuGet Downloads

Back to List Api

ProfileSetup

Namespace: PPlus

Represents Profile Setup for console.

public class ProfileSetup

Inheritance ObjectProfileSetup

Properties

ColorDepth

Get/Set Color capacity.ColorSystem

public ColorSystem ColorDepth { get; set; }

Property Value

ColorSystem

IsLegacy

Get/Set Terminal is legacy.

public bool IsLegacy { get; set; }

Property Value

Boolean

IsTerminal

Get/Set Terminal mode. if Running over Terminal mode or not.

public bool IsTerminal { get; set; }

Property Value

Boolean

IsUnicodeSupported

Get/Set Unicode Supported.

public bool IsUnicodeSupported { get; set; }

Property Value

Boolean

OverflowStrategy

Get/Set write Overflow Strategy.

public Overflow OverflowStrategy { get; set; }

Property Value

Overflow

PadLeft

Get/Set screen margin left

public byte PadLeft { get; set; }

Property Value

Byte

PadRight

Get/Set screen margin right

public byte PadRight { get; set; }

Property Value

Byte

SupportsAnsi

Get/Set SupportsAnsi mode commands.

public bool SupportsAnsi { get; set; }

Property Value

Boolean


Back to List Api