---
title: rotatesCoordinateSystemForLayoutOrientation
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nstextselectionnavigation/rotatescoordinatesystemforlayoutorientation
---

# rotatesCoordinateSystemForLayoutOrientation

Determines if the framework rotates the coordinate system to match the layout orientation.

## Declaration

```swift
var rotatesCoordinateSystemForLayoutOrientation: Bool { get set }
```

## Discussion

Discussion If set to true, the framework rotates the coordinate system for arguments passed to the navigation methods such as textSelections(interactingAt:inContainerAt:anchors:modifiers:selecting:bounds:): based on the text container layout orientation. Defaults to false.

## See Also

### Selection characteristics

- [allowsNonContiguousRanges](appkit/nstextselectionnavigation/allowsnoncontiguousranges.md)
- [NSTextSelectionNavigation.Modifier](appkit/nstextselectionnavigation/modifier.md)
- [NSTextSelectionNavigation.Destination](appkit/nstextselectionnavigation/destination.md)
- [NSTextSelectionNavigation.Direction](appkit/nstextselectionnavigation/direction.md)
- [textSelection(for:enclosing:inContainerAt:)](appkit/nstextselectionnavigation/textselection(for:enclosing:incontainerat:).md)
