Share via


AnimatedVisualPlayer.IsPlaying 屬性

定義

取得值,這個值表示是否已載入動畫視覺效果,且播放正在進行中。

public:
 property bool IsPlaying { bool get(); };
bool IsPlaying();
public bool IsPlaying { get; }
var boolean = animatedVisualPlayer.isPlaying;
Public ReadOnly Property IsPlaying As Boolean

屬性值

Boolean

bool

如果載入動畫視覺效果且播放正在進行中,則為 true;否則為 false

適用於