ImageBehaviorGetRepeatBehavior - метод
Gets the value of the RepeatBehavior attached property for the specified object.
Пространство имён: Tessa.UI.ControlsСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
[AttachedPropertyBrowsableForTypeAttribute(typeof(Image))]
public static RepeatBehavior GetRepeatBehavior(
Image obj
)
<AttachedPropertyBrowsableForTypeAttribute(GetType(Image))>
Public Shared Function GetRepeatBehavior (
obj As Image
) As RepeatBehavior
public:
[AttachedPropertyBrowsableForTypeAttribute(typeof(Image))]
static RepeatBehavior^ GetRepeatBehavior(
Image^ obj
)
[<AttachedPropertyBrowsableForTypeAttribute(typeof(Image))>]
static member GetRepeatBehavior :
obj : Image -> RepeatBehavior
- obj Image
- The element from which to read the property value.
RepeatBehaviorThe repeat behavior of the animated image.