Table of Contents

Class Italic

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

Italic element - markup helper for indicating italicized content. Equivalent to a Span with FontStyle property set to FontStyles.Italic. Can contain other inline elements.

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

Constructors

Italic()

public Italic()