Class Span
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
Properties
Inlines
Gets or sets the inlines.
[Content]
public InlineCollection Inlines { get; set; }
Property Value
Methods
OnPropertyChanged(AvaloniaPropertyChangedEventArgs)
Called when a avalonia property changes on the object.
protected override void OnPropertyChanged(AvaloniaPropertyChangedEventArgs change)
Parameters
change
AvaloniaPropertyChangedEventArgsThe property change details.