Table of Contents

Method Set

Namespace
Sccg.Core
Assembly
Sccg.dll

Set(TGroup, Style)

Sets style to group.

protected abstract void Set(TGroup group, Style style)

Parameters

group TGroup

A syntax/design group name.

style Style

A style.

Set(TGroup, Color?, Color?, Color?, bool, bool, bool, bool, bool, bool, bool, bool, bool)

Sets style to group.

protected virtual void Set(TGroup group, 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

group TGroup

A syntax/design group name.

fg Color?

Foreground color.

bg Color?

Background color.

sp Color?

Special color.

none bool

Reset style decoration modifier.

bold bool

Bold font style.

italic bool

Italic font style.

strikethrough bool

Strikethrough font style.

underline bool

Underline font style.

underlineWaved bool

Underline Waved font style.

underlineDotted bool

Underline Dotted font style.

underlineDashed bool

Underline Dashed font style.

underlineDouble bool

Underline Double font style.