Share via


NSWindow.SetAutorecalculatesContentBorderThickness Method

Definition

[Foundation.Export("setAutorecalculatesContentBorderThickness:forEdge:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetAutorecalculatesContentBorderThickness(bool flag, AppKit.NSRectEdge forEdge);
[<Foundation.Export("setAutorecalculatesContentBorderThickness:forEdge:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetAutorecalculatesContentBorderThickness : bool * AppKit.NSRectEdge -> unit
override this.SetAutorecalculatesContentBorderThickness : bool * AppKit.NSRectEdge -> unit

Parameters

flag
Boolean
forEdge
NSRectEdge
Attributes

Applies to