NSView.GetEdgeInsets(NSViewLayoutRegion) Method
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.
[Foundation.Export("edgeInsetsForLayoutRegion:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual AppKit.NSEdgeInsets GetEdgeInsets(AppKit.NSViewLayoutRegion layoutRegion);
[<Foundation.Export("edgeInsetsForLayoutRegion:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetEdgeInsets : AppKit.NSViewLayoutRegion -> AppKit.NSEdgeInsets
override this.GetEdgeInsets : AppKit.NSViewLayoutRegion -> AppKit.NSEdgeInsets
Parameters
- layoutRegion
- NSViewLayoutRegion
Returns
- Attributes