MonobjcMonobjc Documented Class Library
RepeatDuration Property
NamespacesMonobjc.QuartzCoreCALayerRepeatDuration

Determines how many seconds the animation will repeat for.

Original signature is '@property CFTimeInterval repeatDuration'

Available in Mac OS X v10.5 and later.

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