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

Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method 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

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

Method Details

Equals() public method

public Equals ( global repeatBehavior ) : bool
repeatBehavior global
return bool

Equals() public static method

public static Equals ( global repeatBehavior1, global repeatBehavior2 ) : bool
repeatBehavior1 global
repeatBehavior2 global
return bool

RepeatBehavior() public method

public RepeatBehavior ( double count )
count double

RepeatBehavior() public method

public RepeatBehavior ( global duration )
duration global

ToString() public method

public ToString ( global formatProvider ) : string
formatProvider global
return string

operator() public static method

public static operator ( ) : bool
return bool