Skip to the content.

PromptPlus API:DashOptions

Build Publish License NuGet Downloads

Back to List Api

DashOptions

Namespace: PPlus

Represents a boder when write line with SingleDash/DoubleDash.

public enum DashOptions

Inheritance ObjectValueTypeEnumDashOptions
Implements IComparable, IFormattable, IConvertible

Fields

Name Value Description
AsciiSingleBorder 0 Ascii Single Border ‘-‘
AsciiDoubleBorder 1 Ascii Single Border ‘=’
SingleBorder 2 Single Border unicode ‘─’
When not supported unicode : ‘-‘
DoubleBorder 3 Double Border unicode ‘═’
When not supported unicode : ‘=’
HeavyBorder 4 Heavy Border unicode ‘━’
When not supported unicode : ‘*’

Back to List Api