Click or drag to resize
TextDecorations Enumeration
Provides a set of predefined text decorations.

Namespace: Windows.UI.Text
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public enum TextDecorations
Members
  Member nameValueDescription
None0 Defines a line above the text
OverLine2 Defines a line above the text
Strikethrough3 Defines a line through the text
Underline4 Defines a line below the text
See Also