Returns the receiver’s tab stop type.
Original signature is '- (NSTextTabType)tabStopType'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSTextTabType TabStopType { get; }
Public Overridable ReadOnly Property TabStopType As NSTextTabType Get
public: virtual property NSTextTabType TabStopType { NSTextTabType get (); }

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