ImageBehaviorGetIsAnimationLoaded - метод |
Gets the value of the IsAnimationLoaded attached property for the specified object.
Пространство имён:
Tessa.UI.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: System.Windows.ControlsImage
The element from which to read the property value.
Возвращаемое значение
Тип:
Booleantrue if the animation is loaded. Otherwise, false.
См. также