NSTextBlock Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSTextBlock() | |
NSTextBlock(NSCoder) | |
NSTextBlock(NSObjectFlag) | |
NSTextBlock(IntPtr) |
NSTextBlock()
[Foundation.Export("init")]
[ObjCRuntime.DesignatedInitializer]
public NSTextBlock ();
- Attributes
Applies to
NSTextBlock(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSTextBlock (Foundation.NSCoder coder);
new AppKit.NSTextBlock : Foundation.NSCoder -> AppKit.NSTextBlock
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSTextBlock(NSObjectFlag)
protected NSTextBlock (Foundation.NSObjectFlag t);
new AppKit.NSTextBlock : Foundation.NSObjectFlag -> AppKit.NSTextBlock
Parameters
Applies to
NSTextBlock(IntPtr)
protected internal NSTextBlock (IntPtr handle);
new AppKit.NSTextBlock : nativeint -> AppKit.NSTextBlock
Parameters
- handle
-
IntPtr
nativeint