JustificationPropertiesJustify Method

Justifies given text line.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract void Justify(
	TextLine textLine
)

Parameters

textLine  TextLine
Text line to collapse.

See Also