NSMutableParagraphStyle 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
NSMutableParagraphStyle() | |
NSMutableParagraphStyle(NSCoder) | |
NSMutableParagraphStyle(NSObjectFlag) | |
NSMutableParagraphStyle(IntPtr) |
NSMutableParagraphStyle()
[Foundation.Export("init")]
public NSMutableParagraphStyle ();
- Attributes
Applies to
NSMutableParagraphStyle(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSMutableParagraphStyle (Foundation.NSCoder coder);
new AppKit.NSMutableParagraphStyle : Foundation.NSCoder -> AppKit.NSMutableParagraphStyle
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSMutableParagraphStyle(NSObjectFlag)
protected NSMutableParagraphStyle (Foundation.NSObjectFlag t);
new AppKit.NSMutableParagraphStyle : Foundation.NSObjectFlag -> AppKit.NSMutableParagraphStyle
Parameters
Applies to
NSMutableParagraphStyle(IntPtr)
protected internal NSMutableParagraphStyle (IntPtr handle);
new AppKit.NSMutableParagraphStyle : nativeint -> AppKit.NSMutableParagraphStyle
Parameters
- handle
-
IntPtr
nativeint