NSTextTab Constructors

Definition

Overloads

NSTextTab()
NSTextTab(NSCoder)
NSTextTab(NSObjectFlag)
NSTextTab(IntPtr)
NSTextTab(NSTextTabType, nfloat)
NSTextTab(NSTextAlignment, nfloat, NSDictionary)

NSTextTab()

[Foundation.Export("init")]
public NSTextTab ();
Attributes

Applies to

NSTextTab(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextTab (Foundation.NSCoder coder);
new AppKit.NSTextTab : Foundation.NSCoder -> AppKit.NSTextTab

Parameters

coder
NSCoder
Attributes

Applies to

NSTextTab(NSObjectFlag)

protected NSTextTab (Foundation.NSObjectFlag t);
new AppKit.NSTextTab : Foundation.NSObjectFlag -> AppKit.NSTextTab

Parameters

Applies to

NSTextTab(IntPtr)

protected internal NSTextTab (IntPtr handle);
new AppKit.NSTextTab : nativeint -> AppKit.NSTextTab

Parameters

handle
IntPtr

nativeint

Applies to

NSTextTab(NSTextTabType, nfloat)

[Foundation.Export("initWithType:location:")]
public NSTextTab (AppKit.NSTextTabType type, nfloat loc);
new AppKit.NSTextTab : AppKit.NSTextTabType * nfloat -> AppKit.NSTextTab

Parameters

loc
nfloat
Attributes

Applies to

NSTextTab(NSTextAlignment, nfloat, NSDictionary)

[Foundation.Export("initWithTextAlignment:location:options:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextTab (AppKit.NSTextAlignment alignment, nfloat loc, Foundation.NSDictionary options);
new AppKit.NSTextTab : AppKit.NSTextAlignment * nfloat * Foundation.NSDictionary -> AppKit.NSTextTab

Parameters

alignment
NSTextAlignment
loc
nfloat
options
NSDictionary
Attributes

Applies to