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