MonobjcMonobjc Documented Class Library
NSLineMovementDirection Enumeration
NamespacesMonobjc.AppKitNSLineMovementDirection

Line movement is the direction in which lines move. See Text System Storage Layer Overview.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSLineMovementDirection
Public Enumeration NSLineMovementDirection
public enum class NSLineMovementDirection
Members
MemberDescription
NSLineDoesntMove

Line has no movement.

Available in Mac OS X v10.0 and later.


NSLineMovesLeft

Lines move from right to left.

Available in Mac OS X v10.0 and later.


NSLineMovesRight

Lines move from left to right.

Available in Mac OS X v10.0 and later.


NSLineMovesDown

Lines move from top to bottom.

Available in Mac OS X v10.0 and later.


NSLineMovesUp

Lines move from bottom to top.

Available in Mac OS X v10.0 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)