These constants describe the various type of tab stop.
Available in Mac OS X v10.0 and later.
| C# | Visual Basic | Visual C++ |
public enum NSTextTabType
Public Enumeration NSTextTabType
public enum class NSTextTabType
| Member | Description |
|---|---|
| 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. |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)