ImageBehaviorGetAutoStart - метод |
Gets the value of the AutoStart attached property for the specified object.
Пространство имён:
Tessa.UI.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [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
- Тип: System.Windows.ControlsImage
The element from which to read the property value.
Возвращаемое значение
Тип:
Booleantrue if the animation should start immediately when loaded. Otherwise, false.
См. также