InlineUIContainer Constructor

Initializes a new instance of InlineUIContainer element.

Definition

Namespace: Avalonia.Controls.Documents
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public InlineUIContainer()

Remarks

The purpose of this element is to be a wrapper for UIElements when they are embedded into text flow - as items of InlineCollections.

See Also