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

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( global repeatBehavior ) : bool
Equals ( global repeatBehavior1, global repeatBehavior2 ) : bool
RepeatBehavior ( double count )
RepeatBehavior ( global duration )
ToString ( global formatProvider ) : string
operator ( ) : bool

Private Methods

Méthode Description
Equals ( object value ) : bool
GetHashCode ( ) : int
System ( string format, global formatProvider ) : string
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( global repeatBehavior ) : bool
repeatBehavior global
Résultat bool

Equals() public static méthode

public static Equals ( global repeatBehavior1, global repeatBehavior2 ) : bool
repeatBehavior1 global
repeatBehavior2 global
Résultat bool

RepeatBehavior() public méthode

public RepeatBehavior ( double count )
count double

RepeatBehavior() public méthode

public RepeatBehavior ( global duration )
duration global

ToString() public méthode

public ToString ( global formatProvider ) : string
formatProvider global
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool