TextDecorationLocation Enum
Definition
Specifies the vertical position of a Avalonia.Media.TextDecoration object.
public enum TextDecorationLocation
Fields
| Name | Description |
|---|---|
| Baseline | The baseline position. |
| Overline | The over line position. |
| Strikethrough | The strikethrough position. |
| Underline | The underline position. |
Baseline Field
The baseline position.
public Avalonia.Media.TextDecorationLocation Baseline
Overline Field
The over line position.
public Avalonia.Media.TextDecorationLocation Overline
Strikethrough Field
The strikethrough position.
public Avalonia.Media.TextDecorationLocation Strikethrough
Underline Field
The underline position.
public Avalonia.Media.TextDecorationLocation Underline