ImageBehaviorGetAnimatedSource - метод
Gets the value of the AnimatedSource attached property for the specified object.
Пространство имён: Tessa.UI.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[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 Image
- The element from which to read the property value.
ImageSourceThe currently displayed animated image.