MonobjcMonobjc Documented Class Library
IsAnimating Property
NamespacesMonobjc.QuartzQCCompositionPickerViewIsAnimating

Returns whether or not the composition picker view is currently animating its composition.

Original signature is '- (BOOL) isAnimating'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool IsAnimating { get; }
Public Overridable ReadOnly Property IsAnimating As Boolean
	Get
public:
virtual property bool IsAnimating {
	bool get ();
}
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)