PromptPlus API:IProfileDrive
IProfileDrive
Namespace: PPlus
Represents the interface for profile setup for console.
public interface IProfileDrive
Properties
BufferHeight
Gets the height of the buffer area.
public abstract int BufferHeight { get; }
Property Value
BufferWidth
Gets the width of the buffer area.
public abstract int BufferWidth { get; }
Property Value
ColorDepth
Get Color capacity.ColorSystem
public abstract ColorSystem ColorDepth { get; }
Property Value
IsLegacy
Get Terminal is legacy.
public abstract bool IsLegacy { get; }
Property Value
IsTerminal
Get Terminal mode.
public abstract bool IsTerminal { get; }
Property Value
IsUnicodeSupported
Get Unicode Supported.
public abstract bool IsUnicodeSupported { get; }
Property Value
OverflowStrategy
Get write Overflow Strategy.
public abstract Overflow OverflowStrategy { get; }
Property Value
PadLeft
Get screen margin left
public abstract byte PadLeft { get; }
Property Value
PadRight
Get screen margin right
public abstract byte PadRight { get; }
Property Value
Provider
Get provider mode.
public abstract string Provider { get; }
Property Value
SupportsAnsi
Get SupportsAnsi mode.
public abstract bool SupportsAnsi { get; }