PromptPlus API:ProfileSetup
ProfileSetup
Namespace: PPlus
Represents Profile Setup for console.
public class ProfileSetup
Inheritance Object → ProfileSetup
Properties
ColorDepth
Get/Set Color capacity.ColorSystem
public ColorSystem ColorDepth { get; set; }
Property Value
IsLegacy
Get/Set Terminal is legacy.
public bool IsLegacy { get; set; }
Property Value
IsTerminal
Get/Set Terminal mode. if Running over Terminal mode or not.
public bool IsTerminal { get; set; }
Property Value
IsUnicodeSupported
Get/Set Unicode Supported.
public bool IsUnicodeSupported { get; set; }
Property Value
OverflowStrategy
Get/Set write Overflow Strategy.
public Overflow OverflowStrategy { get; set; }
Property Value
PadLeft
Get/Set screen margin left
public byte PadLeft { get; set; }
Property Value
PadRight
Get/Set screen margin right
public byte PadRight { get; set; }
Property Value
SupportsAnsi
Get/Set SupportsAnsi mode commands.
public bool SupportsAnsi { get; set; }