ImageBehaviorGetAutoStart - метод
Gets the value of the AutoStart attached property for the specified object.
Пространство имён: Tessa.UI.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[AttachedPropertyBrowsableForTypeAttribute(typeof(Image))]
public static bool GetAutoStart(
Image obj
)
<AttachedPropertyBrowsableForTypeAttribute(GetType(Image))>
Public Shared Function GetAutoStart (
obj As Image
) As Boolean
public:
[AttachedPropertyBrowsableForTypeAttribute(typeof(Image))]
static bool GetAutoStart(
Image^ obj
)
[<AttachedPropertyBrowsableForTypeAttribute(typeof(Image))>]
static member GetAutoStart :
obj : Image -> bool
- obj Image
- The element from which to read the property value.
Booleantrue if the animation should start immediately when loaded. Otherwise, false.