TextLineTextLineBreak Property
Gets the state of the line when broken by line breaking process.
Namespace: Avalonia.Media.TextFormattingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract TextLineBreak? TextLineBreak { get; }
Public MustOverride ReadOnly Property TextLineBreak As TextLineBreak
Get
abstract TextLineBreak : TextLineBreak with get
Return Value
TextLineBreak
A
TextLineBreak value that represents the line break.