TextLineBreakIsSplit Property

Gets whether there were remaining runs after this line break, that were split up by the TextFormatter during the formatting process.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool IsSplit { get; }

Property Value

Boolean

See Also