MoveNext Method
Moves to the next Grapheme.
Definition
Namespace: Avalonia.Media.TextFormatting.Unicode
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool MoveNext(
out Grapheme grapheme
)
Public Function MoveNext (
<OutAttribute> ByRef grapheme As Grapheme
) As Boolean
member MoveNext :
grapheme : Grapheme byref -> bool
Parameters
Return Value
BooleanSee Also
Reference
GraphemeEnumerator Structure
Avalonia.Media.TextFormatting.Unicode Namespace