Table of Contents

Class Underline

Namespace
Avalonia.Controls.Documents
Assembly
Avalonia.Controls.dll

Underline element - markup helper for indicating superscript content. Equivalent to a Span with TextDecorations property set to TextDecorations.Underlined. Can contain other inline elements.

public sealed class Underline : Span, INotifyPropertyChanged, IDataContextProvider, ILogical, IThemeVariantHost, IResourceHost, IResourceNode, IStyleHost, ISetLogicalParent, ISetInheritanceParent, ISupportInitialize, IStyleable, INamed
Inheritance
Underline
Implements
Inherited Members
Extension Methods

Constructors

Underline()

public Underline()