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

Inheritance: IRepeatBehaviorHelper
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity

Méthodes publiques

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

Method Details

Equals() public static méthode

public static Equals ( [ target, [ value ) : bool
target [
value [
Résultat bool

FromCount() public static méthode

public static FromCount ( [ count ) : RepeatBehavior
count [
Résultat RepeatBehavior

FromDuration() public static méthode

public static FromDuration ( [ duration ) : RepeatBehavior
duration [
Résultat RepeatBehavior

GetHasCount() public static méthode

public static GetHasCount ( [ target ) : bool
target [
Résultat bool

GetHasDuration() public static méthode

public static GetHasDuration ( [ target ) : bool
target [
Résultat bool