Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 945 Bytes

repeatbehaviorhelper_gethasduration_999208266.md

File metadata and controls

26 lines (18 loc) · 945 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Media.Animation.RepeatBehaviorHelper.GetHasDuration(Microsoft.UI.Xaml.Media.Animation.RepeatBehavior)
winrt method

Microsoft.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