MonobjcMonobjc Documented Class Library
NSLineSweepDirection Enumeration
NamespacesMonobjc.AppKitNSLineSweepDirection

These constants describe the progression of text on a page. The typesetter decides which way text is supposed to flow and passes these values as arguments to the text container, which uses them to calculate the next line rectangle.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSLineSweepDirection
Public Enumeration NSLineSweepDirection
public enum class NSLineSweepDirection
Members
MemberDescription
NSLineSweepLeft

Characters move from right to left.

Available in Mac OS X v10.0 and later.


NSLineSweepRight

Characters move from left to right.

Available in Mac OS X v10.0 and later.


NSLineSweepDown

Characters move from top to bottom.

Available in Mac OS X v10.0 and later.


NSLineSweepUp

Characters 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)