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

In This Topic
    LogicalDirection Property (C1TextPointer)
    In This Topic
    Gets the logical direction associated with the current position which is used to disambiguate content associated with the current position.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LogicalDirection As LogicalDirection
    public LogicalDirection LogicalDirection {get;}
    See Also