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