JustificationPropertiesJustify Method
Justifies given text line.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract void Justify(
TextLine textLine
)
Public MustOverride Sub Justify (
textLine As TextLine
)
abstract Justify :
textLine : TextLine -> unit
Parameters
- textLine TextLine
- Text line to collapse.