Partager via


AnimatedVisualPlayer.IsPlaying Propriété

Définition

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.

S’applique à