InlineCollectionAdd(String) Method

Adds a text segment to the collection.

Remarks

For non-complex content this appends the text to the end of currently held text. For complex content this adds a Run to the collection.

Definition

Namespace: Avalonia.Controls.Documents
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public void Add(
	string text
)

Parameters

text  String
The to be added text.

See Also