Show / Hide Table of Contents

Class TextDecorations

Implements a set of predefined text decorations.

Inheritance
System.Object
TextDecorations
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
public static class TextDecorations

Properties

| Improve this Doc View Source

OverLine

Specifies an overlined text decoration.

Declaration
public static TextDecorationCollection OverLine { get; }
Property Value
Type Description
TextDecorationCollection
| Improve this Doc View Source

Strikethrough

Specifies a strikethrough text decoration

Declaration
public static TextDecorationCollection Strikethrough { get; }
Property Value
Type Description
TextDecorationCollection
| Improve this Doc View Source

Underline

Specifies an underlined text decoration.

Declaration
public static TextDecorationCollection Underline { get; }
Property Value
Type Description
TextDecorationCollection
  • Improve this Doc
  • View Source