ImageBehaviorSetAnimateInDesignMode - метод
Sets the value of the AnimateInDesignMode attached property for the specified object.
Пространство имён: Tessa.UI.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public static void SetAnimateInDesignMode(
DependencyObject obj,
bool value
)
Public Shared Sub SetAnimateInDesignMode (
obj As DependencyObject,
value As Boolean
)
public:
static void SetAnimateInDesignMode(
DependencyObject^ obj,
bool value
)
static member SetAnimateInDesignMode :
obj : DependencyObject *
value : bool -> unit
Параметры
- obj DependencyObject
- The element on which to set the property value.
- value Boolean
- true to show GIF animations in design mode; false otherwise.