ImageBehaviorGetAnimatedSource - метод |
Gets the value of the AnimatedSource attached property for the specified object.
Пространство имён:
Tessa.UI.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис [AttachedPropertyBrowsableForTypeAttribute(typeof(Image))]
public static ImageSource GetAnimatedSource(
Image obj
)
<AttachedPropertyBrowsableForTypeAttribute(GetType(Image))>
Public Shared Function GetAnimatedSource (
obj As Image
) As ImageSource
public:
[AttachedPropertyBrowsableForTypeAttribute(typeof(Image))]
static ImageSource^ GetAnimatedSource(
Image^ obj
)
[<AttachedPropertyBrowsableForTypeAttribute(typeof(Image))>]
static member GetAnimatedSource :
obj : Image -> ImageSource
Параметры
- obj
- Тип: System.Windows.ControlsImage
The element from which to read the property value.
Возвращаемое значение
Тип:
ImageSourceThe currently displayed animated image.
См. также