Summary
Specifies the vertical position of a
TextDecoration
object.
- Namespace
- Avalonia
.Media - Interfaces
-
- IComparable
- IFormattable
- IConvertible
- Base Types
-
- object
- ValueType
- Enum
graph BT
Type-->Base0["Enum"]
Base0-->Base1["ValueType"]
Base1-->Base2["object"]
Type-.->Interface0["IComparable"]
Type-.->Interface1["IFormattable"]
Type-.->Interface2["IConvertible"]
Type["TextDecorationLocation"]
class Type type-node
Syntax
public enum TextDecorationLocation
Fields
Name | Constant Value | Summary |
---|---|---|
Baseline | 3 |
The baseline position.
static
|
Overline | 1 |
The over line position.
static
|
Strikethrough | 2 |
The strikethrough position.
static
|
Underline | 0 |
The underline position.
static
|