Table of Contents

Enum Style.Modifier

Namespace
Sccg
Assembly
Sccg.dll

Sets of decorations.

[Flags]
public enum Style.Modifier
Extension Methods

Fields

Bold = 2

Bold text.

Default = 0

Not specify any decoration.

Italic = 4

Italic text.

None = 1

Reset decoration.

Strikethrough = 8

Strikethrough text.

Underline = 16

Underline text.

UnderlineDashed = 128

Under dashed text.

UnderlineDotted = 64

Under dotted text.

UnderlineDouble = 256

Under double line text.

UnderlineWaved = 32

Under waved text.