MonobjcMonobjc Documented Class Library
NSAutoresizingMask Enumeration
NamespacesMonobjc.AppKitNSAutoresizingMask

These constants are used by setAutoresizingMask:.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
[FlagsAttribute]
public enum NSAutoresizingMask
<FlagsAttribute> _
Public Enumeration NSAutoresizingMask
[FlagsAttribute]
public enum class NSAutoresizingMask
Members
MemberDescription
NSViewNotSizable

The receiver cannot be resized.

Available in Mac OS X v10.0 and later.


NSViewMinXMargin

The left margin between the receiver and its superview is flexible.

Available in Mac OS X v10.0 and later.


NSViewWidthSizable

The receiver’s width is flexible.

Available in Mac OS X v10.0 and later.


NSViewMaxXMargin

The right margin between the receiver and its superview is flexible.

Available in Mac OS X v10.0 and later.


NSViewMinYMargin

The bottom margin between the receiver and its superview is flexible.

Available in Mac OS X v10.0 and later.


NSViewHeightSizable

The receiver’s height is flexible.

Available in Mac OS X v10.0 and later.


NSViewMaxYMargin

The top margin between the receiver and its superview is flexible.

Available in Mac OS X v10.0 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)