Share via


NSStackView.SetCustomSpacing(NFloat, NSView) Method

Definition

[Foundation.Export("setCustomSpacing:afterView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetCustomSpacing(System.Runtime.InteropServices.NFloat spacing, AppKit.NSView aView);
[<Foundation.Export("setCustomSpacing:afterView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetCustomSpacing : System.Runtime.InteropServices.NFloat * AppKit.NSView -> unit
override this.SetCustomSpacing : System.Runtime.InteropServices.NFloat * AppKit.NSView -> unit

Parameters

spacing
NFloat
aView
NSView
Attributes

Applies to