TextPointer.LogicalDirection Property

Definition

Gets the logical direction associated with the current position, which is used to disambiguate content associated with the current position.

public:
 property LogicalDirection LogicalDirection { LogicalDirection get(); };
LogicalDirection LogicalDirection();
public LogicalDirection LogicalDirection { get; }
var logicalDirection = textPointer.logicalDirection;
Public ReadOnly Property LogicalDirection As LogicalDirection

Property Value

The LogicalDirection value that is associated with the current position.

Applies to