共用方式為


NSTextTab 建構函式

定義

多載

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

NSTextTab()

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

適用於

NSTextTab(NSCoder)

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

參數

coder
NSCoder
屬性

適用於

NSTextTab(NSObjectFlag)

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

參數

適用於

NSTextTab(IntPtr)

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

參數

handle
IntPtr

nativeint

適用於

NSTextTab(NSTextTabType, nfloat)

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

參數

loc
nfloat
屬性

適用於

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

參數

alignment
NSTextAlignment
loc
nfloat
options
NSDictionary
屬性

適用於