MonobjcMonobjc Documented Class Library
ContentsCenter Property
NamespacesMonobjc.QuartzCoreCALayerContentsCenter

Specifies the area of the content image that should be scaled. Animatable.

Original signature is '@property CGRect contentsCenter'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual CGRect ContentsCenter { get; set; }
Public Overridable Property ContentsCenter As CGRect
	Get
	Set
public:
virtual property CGRect ContentsCenter {
	CGRect get ();
	void set (CGRect value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

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