Returns the delay, in seconds, between animation steps for an indeterminate progress indicator. (Deprecated in Mac OS X v10.5 and later. Progress indicators no longer allow the animation delay to be set.)
Original signature is '- (NSTimeInterval)animationDelay'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
[ObsoleteAttribute("Deprecated in Mac OS X v10.5. Progress indicators no longer allow the animation delay to be set.")] public virtual double AnimationDelay { get; set; }
<ObsoleteAttribute("Deprecated in Mac OS X v10.5. Progress indicators no longer allow the animation delay to be set.")> _ Public Overridable Property AnimationDelay As Double Get Set
[ObsoleteAttribute(L"Deprecated in Mac OS X v10.5. Progress indicators no longer allow the animation delay to be set.")] public: virtual property double AnimationDelay { double get (); void set (double value); }

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)