Table of Contents

Constructor Style

Namespace
Sccg
Assembly
Sccg.dll

Style()

Initializes a new instance of the default Style struct.

public Style()

Style(Color?, Color?, Color?, bool, bool, bool, bool, bool, bool, bool, bool, bool)

Initializes a new instance of the Style struct.

public Style(Color? fg = null, Color? bg = null, Color? sp = null, bool none = false, bool bold = false, bool italic = false, bool strikethrough = false, bool underline = false, bool underlineWaved = false, bool underlineDotted = false, bool underlineDashed = false, bool underlineDouble = false)

Parameters

fg Color?
bg Color?
sp Color?
none bool
bold bool
italic bool
strikethrough bool
underline bool
underlineWaved bool
underlineDotted bool
underlineDashed bool
underlineDouble bool