RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextPointer Class / PreviousSymbol Property

In This Topic
    PreviousSymbol Property (C1TextPointer)
    In This Topic
    Gets the symbol preceding this position (see GetSymbol).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PreviousSymbol As Object
    public object PreviousSymbol {get;}
    See Also