Show / Hide Table of Contents

Enum LogicalDirection

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: OpenSilver.dll
Syntax
public enum LogicalDirection

Fields

Name Description
Backward

Backward, or from right to left.

Forward

Forward, or from left to right.

  • Improve this Doc
  • View Source