MonobjcMonobjc Documented Class Library
AutoresizingMask Property
NamespacesMonobjc.AppKitNSViewAutoresizingMask

Returns the receiver’s autoresizing mask, which determines how it’s resized by the resizeWithOldSuperviewSize: method.

Original signature is '- (NSUInteger)autoresizingMask'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSAutoresizingMask AutoresizingMask { get; set; }
Public Overridable Property AutoresizingMask As NSAutoresizingMask
	Get
	Set
public:
virtual property NSAutoresizingMask AutoresizingMask {
	NSAutoresizingMask get ();
	void set (NSAutoresizingMask value);
}
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)