AnimatedVisualPlayer.IsPlaying Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si un visuel animé est chargé et si une lecture est en cours.
public:
property bool IsPlaying { bool get(); };
bool IsPlaying();
public bool IsPlaying { get; }
var boolean = animatedVisualPlayer.isPlaying;
Public ReadOnly Property IsPlaying As Boolean
Valeur de propriété
Boolean
bool
true si un visuel animé est chargé et qu’une pièce est en cours ; sinon, false.