TextLineJustify Method
Create a justified line based on justification text properties.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract void Justify(
JustificationProperties justificationProperties
)
Public MustOverride Sub Justify (
justificationProperties As JustificationProperties
)
abstract Justify :
justificationProperties : JustificationProperties -> unit
- justificationProperties JustificationProperties
- An object that represent the justification text properties.
A
TextLine value that represents a justified line that can be displayed.