Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 875 Bytes

repeatbehaviorhelper_gethascount_1593191121.md

File metadata and controls

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

Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper.GetHasCount

-description

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

-parameters

-param target

The RepeatBehavior to evaluate.

-returns

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

-remarks

-examples

-see-also