NSTextTab Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- coder
- NSCoder
- Atributos
Aplica-se a
NSTextTab(NSObjectFlag)
protected NSTextTab (Foundation.NSObjectFlag t);
new AppKit.NSTextTab : Foundation.NSObjectFlag -> AppKit.NSTextTab
Parâmetros
Aplica-se a
NSTextTab(IntPtr)
protected internal NSTextTab (IntPtr handle);
new AppKit.NSTextTab : nativeint -> AppKit.NSTextTab
Parâmetros
- handle
-
IntPtr
nativeint
Aplica-se a
NSTextTab(NSTextTabType, nfloat)
[Foundation.Export("initWithType:location:")]
public NSTextTab (AppKit.NSTextTabType type, nfloat loc);
new AppKit.NSTextTab : AppKit.NSTextTabType * nfloat -> AppKit.NSTextTab
Parâmetros
- type
- NSTextTabType
- loc
- nfloat
- Atributos
Aplica-se a
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
Parâmetros
- alignment
- NSTextAlignment
- loc
- nfloat
- options
- NSDictionary
- Atributos