Share via


NSViewResizingMask Enum

Definition

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Native]
[System.Flags]
public enum NSViewResizingMask
[<ObjCRuntime.Native>]
[<System.Flags>]
type NSViewResizingMask = 
Inheritance
NSViewResizingMask
Attributes

Fields

Name Value Description
NotSizable 0
MinXMargin 1
WidthSizable 2
MaxXMargin 4
MinYMargin 8
HeightSizable 16
MaxYMargin 32

Applies to