Compartir a través de


UISettings.AnimationsEnabled Propiedad

Definición

Obtiene si las animaciones están habilitadas para la interfaz de usuario.

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

Valor de propiedad

Boolean

bool

true si las animaciones están habilitadas; false si no es así.

Se aplica a