TextLineJustify Method

Create a justified line based on justification text properties.

Definition

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

Parameters

justificationProperties  JustificationProperties
An object that represent the justification text properties.

Return Value

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

See Also