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 SourceOverLine
Specifies an overlined text decoration.
Declaration
public static TextDecorationCollection OverLine { get; }
Property Value
Type | Description |
---|---|
TextDecorationCollection |
Strikethrough
Specifies a strikethrough text decoration
Declaration
public static TextDecorationCollection Strikethrough { get; }
Property Value
Type | Description |
---|---|
TextDecorationCollection |
Underline
Specifies an underlined text decoration.
Declaration
public static TextDecorationCollection Underline { get; }
Property Value
Type | Description |
---|---|
TextDecorationCollection |