MonobjcMonobjc Documented Class Library
ContentResizingMask Property
NamespacesMonobjc.QuartzIKImageBrowserViewContentResizingMask

Returns the receiver’s content resizing mask, which determines how its content is resized while zooming.

Original signature is '- (NSUInteger)contentResizingMask'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSUInteger ContentResizingMask { get; set; }
Public Overridable Property ContentResizingMask As NSUInteger
	Get
	Set
public:
virtual property NSUInteger ContentResizingMask {
	NSUInteger get ();
	void set (NSUInteger 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.Quartz (Module: Monobjc.Quartz)