TextPointer.LogicalDirection Property
Gets the logical direction associated with the current position which is used to disambiguate content associated with the current position.
Namespace: System.Windows.Documents
Assembly: PresentationFramework (in PresentationFramework.dll)
Property Value
Type: System.Windows.Documents.LogicalDirectionThe LogicalDirection value that is associated with the current position.
As an example of how this property is used, the LogicalDirection of the TextPointer returned by a hit test method gives a hit that is between two characters of text. The logical direction specifies which of the two characters was actually hit—the left or the right.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.