TextLineBreak 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)
- C#
- VB
- F#
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.