ImageBehaviorSetAnimateInDesignMode - метод

Sets the value of the AnimateInDesignMode attached property for the specified object.

Definition

Пространство имён: Tessa.UI.Controls
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public static void SetAnimateInDesignMode(
	DependencyObject obj,
	bool value
)

Параметры

obj  DependencyObject
The element on which to set the property value.
value  Boolean
true to show GIF animations in design mode; false otherwise.

См. также