NSTextTab 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
NSTextTab() | |
NSTextTab(NSCoder) | |
NSTextTab(NSObjectFlag) | |
NSTextTab(IntPtr) | |
NSTextTab(NSTextTabType, nfloat) | |
NSTextTab(NSTextAlignment, nfloat, NSDictionary) |
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
參數
- type
- NSTextTabType
- 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
- 屬性