MonobjcMonobjc Documented Class Library
NSTextTabType Enumeration
NamespacesMonobjc.AppKitNSTextTabType

These constants describe the various type of tab stop.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum NSTextTabType
Public Enumeration NSTextTabType
public enum class NSTextTabType
Members
MemberDescription
NSLeftTabStopType

A left-aligned tab stop.

Available in Mac OS X v10.0 and later.


NSRightTabStopType

A right-aligned tab stop.

Available in Mac OS X v10.0 and later.


NSCenterTabStopType

A center-aligned tab stop.

Available in Mac OS X v10.0 and later.


NSDecimalTabStopType

Aligns columns of numbers by the decimal point.

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)