Share via


NSWindow.SetContentBorderThickness(NFloat, NSRectEdge) Method

Definition

[Foundation.Export("setContentBorderThickness:forEdge:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetContentBorderThickness(System.Runtime.InteropServices.NFloat thickness, AppKit.NSRectEdge edge);
[<Foundation.Export("setContentBorderThickness:forEdge:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetContentBorderThickness : System.Runtime.InteropServices.NFloat * AppKit.NSRectEdge -> unit
override this.SetContentBorderThickness : System.Runtime.InteropServices.NFloat * AppKit.NSRectEdge -> unit

Parameters

thickness
NFloat
edge
NSRectEdge
Attributes

Applies to