Justify Method
Create a justified line based on justification text properties.
Definition
Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public abstract void Justify(
JustificationProperties justificationProperties
)
Public MustOverride Sub Justify (
justificationProperties As JustificationProperties
)
abstract Justify :
justificationProperties : JustificationProperties -> unit
Parameters
- JustificationProperties
- An object that represent the justification text properties.
Return Value
A TextLine value that represents a justified line that can be displayed.