MonobjcMonobjc Documented Class Library
TabStopType Property
NamespacesMonobjc.AppKitNSTextTabTabStopType

Returns the receiver’s tab stop type.

Original signature is '- (NSTextTabType)tabStopType'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSTextTabType TabStopType { get; }
Public Overridable ReadOnly Property TabStopType As NSTextTabType
	Get
public:
virtual property NSTextTabType TabStopType {
	NSTextTabType get ();
}
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)