Table of Contents

Enum TextBoxTextAttrEffects

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Enumerates styles used when text effects are specified.

[Flags]
public enum TextBoxTextAttrEffects

Fields

Capitals = 1

Capitalises text when displayed (leaving the case of the actual buffer text unchanged.

DoubleStrikethrough = 8

Not implemented.

Emboss = 32

Not implemented.

Engrave = 128

Not implemented.

None = 0

No text effects are specified.

Outline = 64

Not implemented.

Rtl = 1024

Not implemented.

Shadow = 16

Not implemented.

SmallCapitals = 2

Not implemented.

Strikethrough = 4

Draws a line through text.

Subscript = 512

Text effect "Subscript".

Superscript = 256

Text effect "Superscript".

SuppressHyphenation = 4096

Not implemented.

Remarks

This enumeration supports a bitwise combination of its member values.