UISettings.AnimationsEnabled Property

Definition

Gets whether animations are enabled for the user interface.

public:
 property bool AnimationsEnabled { bool get(); };
bool AnimationsEnabled();
public bool AnimationsEnabled { get; }
var boolean = uISettings.animationsEnabled;
Public ReadOnly Property AnimationsEnabled As Boolean

Property Value

Boolean

bool

true if animations are enabled; false if not.

Applies to