ComponentOne RichTextBox for WPF and Silverlight
GetSymbol Method (C1TextPointer)

C1.WPF.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 System.Windows.Documents.LogicalDirection _
) As System.Object
public System.object GetSymbol( 
   System.Windows.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