IsBreakChar Property
Determines whether this Codepoint is a break char.
Definition
Namespace: Avalonia.Media.TextFormatting.Unicode
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool IsBreakChar { get; }
Public ReadOnly Property IsBreakChar As Boolean
Get
member IsBreakChar : bool with get
Return Value
Boolean
true
if [is break character]; otherwise, false
.
See Also
Reference
Codepoint Structure
Avalonia.Media.TextFormatting.Unicode Namespace