UIKit.UIView.AnimationsEnabled Property
Specifies whether animations are displayed or not.

Syntax

[get: Foundation.Export("areAnimationsEnabled")]
[set: Foundation.Export("setAnimationsEnabled:")]
public static bool AnimationsEnabled { get; set; }

See Also

UIView.PerformWithoutAnimation

Value

The default value is true.

Remarks

Whether this is true or false, the code inside animation blocks will execute. A false value simply means the animation does not display.

Setting this value during an existing animation will not modify that animation's display.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0