Table of Contents

Enum TextDecorationLocation

Namespace
Avalonia.Media
Assembly
Avalonia.Base.dll

Specifies the vertical position of a TextDecoration object.

public enum TextDecorationLocation

Fields

Baseline = 3

The baseline position.

Overline = 1

The over line position.

Strikethrough = 2

The strikethrough position.

Underline = 0

The underline position.