UISettings.AnimationsEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.