MonobjcMonobjc Documented Class Library
CAAutoresizingMask Enumeration
NamespacesMonobjc.QuartzCoreCAAutoresizingMask

These constants are used by the autoresizingMask property.

Available in Mac OS X v10.5 and later.

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

The receiver cannot be resized.

Available in Mac OS X v10.5 and later.


kCALayerMinXMargin

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

Available in Mac OS X v10.5 and later.


kCALayerWidthSizable

The receiver’s width is flexible.

Available in Mac OS X v10.5 and later.


kCALayerMaxXMargin

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

Available in Mac OS X v10.5 and later.


kCALayerMinYMargin

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

Available in Mac OS X v10.5 and later.


kCALayerHeightSizable

The receiver’s height is flexible.

Available in Mac OS X v10.5 and later.


kCALayerMaxYMargin

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

Available in Mac OS X v10.5 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)