RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextPointer Class / GetSymbol Method
The direction.

In This Topic
    GetSymbol Method (C1TextPointer)
    In This Topic
    Gets the symbol at the specified direction from this position.
    Syntax
    'Declaration
     
    
    Public Function GetSymbol( _
       ByVal direction As LogicalDirection _
    ) As Object
    public object GetSymbol( 
       LogicalDirection direction
    )

    Parameters

    direction
    The direction.

    Return Value

    The symbol at the specified direction.
    Remarks

    A symbol is either:

    See Also