C# Class Windows.UI.Xaml.Media.Animation.RepeatBehaviorHelper

Inheritance: IRepeatBehaviorHelper
Show file Open project: shiftkey/winrt-backport-hilarity

Public Methods

Method Description
Equals ( [ target, [ value ) : bool
FromCount ( [ count ) : RepeatBehavior
FromDuration ( [ duration ) : RepeatBehavior
GetHasCount ( [ target ) : bool
GetHasDuration ( [ target ) : bool

Method Details

Equals() public static method

public static Equals ( [ target, [ value ) : bool
target [
value [
return bool

FromCount() public static method

public static FromCount ( [ count ) : RepeatBehavior
count [
return RepeatBehavior

FromDuration() public static method

public static FromDuration ( [ duration ) : RepeatBehavior
duration [
return RepeatBehavior

GetHasCount() public static method

public static GetHasCount ( [ target ) : bool
target [
return bool

GetHasDuration() public static method

public static GetHasDuration ( [ target ) : bool
target [
return bool