ComponentOne RichTextBox for UWP
GetSymbol Method

C1.Xaml.RichTextBox.Documents Namespace > C1TextPointer Class : GetSymbol Method
The direction.
Gets the symbol at the specified direction from this position.
Syntax
'Declaration
 
Public Function GetSymbol( _
   ByVal direction As Windows.UI.Xaml.Documents.LogicalDirection _
) As System.Object
public System.object GetSymbol( 
   Windows.UI.Xaml.Documents.LogicalDirection direction
)

Parameters

direction
The direction.

Return Value

The symbol at the specified direction.
Remarks

A symbol is either:

See Also

Reference

C1TextPointer Class
C1TextPointer Members