ImageBehaviorGetAnimateInDesignMode - метод
Gets 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 bool GetAnimateInDesignMode(
DependencyObject obj
)
Public Shared Function GetAnimateInDesignMode (
obj As DependencyObject
) As Boolean
public:
static bool GetAnimateInDesignMode(
DependencyObject^ obj
)
static member GetAnimateInDesignMode :
obj : DependencyObject -> bool
- obj DependencyObject
- The element from which to read the property value.
Booleantrue if GIF animations are shown in design mode; false otherwise.