ImageBehavior - класс

Provides attached properties that display animated GIFs in a standard Image control.

Definition

Пространство имён: Tessa.UI.Controls
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public static class ImageBehavior
Inheritance
Object    ImageBehavior

Методы

AddAnimationCompletedHandler Adds a handler for the AnimationCompleted attached event.
AddAnimationLoadedHandler Adds a handler for the AnimationLoaded attached event.
GetAnimatedSource Gets the value of the AnimatedSource attached property for the specified object.
GetAnimateInDesignMode Gets the value of the AnimateInDesignMode attached property for the specified object.
GetAnimationController Gets the animation controller for the specified Image control.
GetAutoStart Gets the value of the AutoStart attached property for the specified object.
GetIsAnimationLoaded Gets the value of the IsAnimationLoaded attached property for the specified object.
GetRepeatBehavior Gets the value of the RepeatBehavior attached property for the specified object.
RemoveAnimationCompletedHandler Removes a handler for the AnimationCompleted attached event.
RemoveAnimationLoadedHandler Removes a handler for the AnimationLoaded attached event.
SetAnimatedSource Sets the value of the AnimatedSource attached property for the specified object.
SetAnimateInDesignMode Sets the value of the AnimateInDesignMode attached property for the specified object.
SetAutoStart Sets the value of the AutoStart attached property for the specified object.
SetRepeatBehavior Sets the value of the RepeatBehavior attached property for the specified object.

Поля

AnimatedSourceProperty Identifies the AnimatedSource attached property.
AnimateInDesignModeProperty Identifies the AnimateInDesignMode attached property.
AnimationCompletedEvent Identifies the AnimationCompleted attached event.
AnimationLoadedEvent Identifies the AnimationLoaded attached event.
AutoStartProperty Identifies the AutoStart attached property.
IsAnimationLoadedProperty Identifies the IsAnimationLoaded attached property.
RepeatBehaviorProperty Identifies the RepeatBehavior attached property.

Вложенные свойства

AnimatedSource Identifies the AnimatedSource attached property.
AnimateInDesignMode Identifies the AnimateInDesignMode attached property.
AutoStart Identifies the AutoStart attached property.
IsAnimationLoaded Identifies the IsAnimationLoaded attached property.
RepeatBehavior Identifies the RepeatBehavior attached property.

Вложенные события

AnimationCompleted Identifies the AnimationCompleted attached event.
AnimationLoaded Identifies the AnimationLoaded attached event.

См. также