ImageBehaviorGetIsAnimationLoaded - метод
Gets the value of the IsAnimationLoaded attached property for the specified object.
Пространство имён: Tessa.UI.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static bool GetIsAnimationLoaded(
Image image
)
Public Shared Function GetIsAnimationLoaded (
image As Image
) As Boolean
public:
static bool GetIsAnimationLoaded(
Image^ image
)
static member GetIsAnimationLoaded :
image : Image -> bool
- image Image
- The element from which to read the property value.
Booleantrue if the animation is loaded. Otherwise, false.