<!--
{
  "availability" : [
    "macOS: 10.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSLineMovementDirection",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSLineMovementDirection"
  },
  "title" : "NSLineMovementDirection"
}
-->

# NSLineMovementDirection

The direction in which a line moves.

```
enum NSLineMovementDirection : NSUInteger;
```

## Overview

Line movement is the direction in which lines move. For information on line sweep direction, see [`NSLineSweepDirection`](/documentation/AppKit/NSLineSweepDirection).

## Topics

### Constants

[`NSLineMovesLeft`](/documentation/AppKit/NSLineMovementDirection/NSLineMovesLeft)

Lines move from right to left.

[`NSLineMovesRight`](/documentation/AppKit/NSLineMovementDirection/NSLineMovesRight)

Lines move from left to right.

[`NSLineMovesDown`](/documentation/AppKit/NSLineMovementDirection/NSLineMovesDown)

Lines move from top to bottom.

[`NSLineMovesUp`](/documentation/AppKit/NSLineMovementDirection/NSLineMovesUp)

Lines move from bottom to top.

[`NSLineDoesntMove`](/documentation/AppKit/NSLineMovementDirection/NSLineDoesntMove)

Line has no movement.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)