LogicalDirection Enumeration
Specifies a logical direction in which to perform certain text operations, such as inserting, retrieving, or navigating through text relative to a specified position (a TextPointer).
Namespace: System.Windows.Documents
Assembly: System.Windows (in System.Windows.dll)
One of the ways in which this enumeration is used is to determine where to position a TextPointer when new content is inserted. A value of Backward positions the TextPointer directly before the new content, whereas a value of Forward positions the TextPointer directly after the new content.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
