ImageBehaviorSetAutoStart - метод

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

Definition

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

Параметры

obj  Image
The element from which to read the property value.
value  Boolean
true if the animation should start immediately when loaded. Otherwise, false.

Заметки

The default value is true.

См. также