Justify Method
Justifies given text line.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public abstract void Justify(
TextLine textLine
)
Public MustOverride Sub Justify (
textLine As TextLine
)
abstract Justify :
textLine : TextLine -> unit
Parameters
- TextLine
- Text line to collapse.
See Also
Reference
JustificationProperties Class
Avalonia.Media.TextFormatting Namespace