ImageBehaviorSetAnimatedSource - метод |
Sets the value of the AnimatedSource attached property for the specified object.
Пространство имён:
Tessa.UI.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис 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
- Тип: System.Windows.ControlsImage
The element on which to set the property value. - value
- Тип: System.Windows.MediaImageSource
The animated image to display.
См. также