Share via


AnimatedVisualPlayer.IsAnimatedVisualLoaded Property

Definition

Gets a value that indicates whether an animated visual is loaded.

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

Property Value

Boolean

bool

true if an animated visual is loaded; otherwise, false.

Applies to