TextLineCollapse Method

Create a collapsed line based on collapsed text properties.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract TextLine Collapse(
	params TextCollapsingProperties?[] collapsingPropertiesList
)

Parameters

collapsingPropertiesList  TextCollapsingProperties
A list of TextCollapsingProperties objects that represent the collapsed text properties.

Return Value

TextLine
A TextLine value that represents a collapsed line that can be displayed.

See Also