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