[]
        
(Showing Draft Content)

C1.Framework.TextDecoration

TextDecoration Enum

Enables or disables the text font decorations, such as Underline or Strikeout.

Namespace: C1.Framework
Assembly: C1.Win.8.dll
Syntax
[Flags]
public enum TextDecoration

Fields

Name Description
Default

No changes to font style.

NoStrikeout

Disables the Strikeout effect.

NoUnderline

Disables the Underline effect.

Strikeout

Enables the Strikeout effect.

Underline

Enables the Underline effect.