TextLineTextLineBreak Property

Gets the state of the line when broken by line breaking process.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract TextLineBreak? TextLineBreak { get; }

Return Value

TextLineBreak
A TextLineBreak value that represents the line break.

See Also