Table of Contents

Class Span

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

Span element used for grouping other Inline elements.

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

Constructors

Span()

public Span()

Fields

InlinesProperty

Defines the Inlines property.

public static readonly StyledProperty<InlineCollection> InlinesProperty

Field Value

StyledProperty<InlineCollection>

Properties

Inlines

Gets or sets the inlines.

[Content]
public InlineCollection Inlines { get; set; }

Property Value

InlineCollection

Methods

OnPropertyChanged(AvaloniaPropertyChangedEventArgs)

Called when a avalonia property changes on the object.

protected override void OnPropertyChanged(AvaloniaPropertyChangedEventArgs change)

Parameters

change AvaloniaPropertyChangedEventArgs

The property change details.