Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 902 Bytes

repeatbehaviorhelper_gethasduration_154652193.md

File metadata and controls

28 lines (18 loc) · 902 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper.GetHasDuration(Windows.UI.Xaml.Media.Animation.RepeatBehavior)
winrt method

Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper.GetHasDuration

-description

Returns whether a specified RepeatBehavior has a RepeatBehaviorType of Duration and a nonzero Duration value. C# and Microsoft Visual Basic code should use HasDuration instead.

-parameters

-param target

The RepeatBehavior to evaluate.

-returns

true if target has a RepeatBehaviorType of Duration and a nonzero Duration value. Otherwise, false.

-remarks

-examples

-see-also