MonobjcMonobjc Documented Class Library
IsCumulative Property
NamespacesMonobjc.QuartzCoreCAPropertyAnimationIsCumulative

Determines if the value of the property is the value at the end of the previous repeat cycle, plus the value of the current repeat cycle.

Original signature is '@property(getter=isCumulative) BOOL cumulative'

Available in Mac OS X v10.5 and later.

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