ImageBehaviorSetAnimatedSource - метод
Sets the value of the AnimatedSource attached property for the specified object.
Пространство имён: Tessa.UI.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static void SetAnimatedSource(
Image obj,
ImageSource value
)
Public Shared Sub SetAnimatedSource (
obj As Image,
value As ImageSource
)
public:
static void SetAnimatedSource(
Image^ obj,
ImageSource^ value
)
static member SetAnimatedSource :
obj : Image *
value : ImageSource -> unit
Параметры
- obj Image
- The element on which to set the property value.
- value ImageSource
- The animated image to display.