C# Class WinRTXamlToolkit.Controls.AnimatingContainer

Inheritance: Windows.UI.Xaml.Controls.UserControl
Show file Open project: xyzzer/WinRTXamlToolkit

Public Properties

Property Type Description
AutoPlayProperty Windows.UI.Xaml.DependencyProperty
DurationProperty Windows.UI.Xaml.DependencyProperty
IsAnimatingProperty Windows.UI.Xaml.DependencyProperty
PulseScaleProperty Windows.UI.Xaml.DependencyProperty
RadiusXProperty Windows.UI.Xaml.DependencyProperty
RadiusYProperty Windows.UI.Xaml.DependencyProperty
RotatingContentProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
Animate ( ) : void

Animates this instance.

AnimatingContainer ( ) : System

Initializes a new instance of the AnimatingContainer class.

Private Methods

Method Description
BeginAnimations ( ) : void
OnDurationChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the Duration property.

OnDurationChanged ( string oldDuration, string newDuration ) : void

Provides derived classes an opportunity to handle changes to the Duration property.

OnIsAnimatingChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the IsAnimating property.

OnIsAnimatingChanged ( bool oldIsAnimating, bool newIsAnimating ) : void

Provides derived classes an opportunity to handle changes to the IsAnimating property.

OnLoaded ( object sender, RoutedEventArgs e ) : void
OnPulseScaleChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the PulseScale property.

OnPulseScaleChanged ( double oldPulseScale, double newPulseScale ) : void

Provides derived classes an opportunity to handle changes to the PulseScale property.

OnRadiusXChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the RadiusX property.

OnRadiusXChanged ( double oldRadiusX, double newRadiusX ) : void

Provides derived classes an opportunity to handle changes to the RadiusX property.

OnRadiusYChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the RadiusY property.

OnRadiusYChanged ( double oldRadiusY, double newRadiusY ) : void

Provides derived classes an opportunity to handle changes to the RadiusY property.

OnRotatingContentChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the RotatingContent property.

OnRotatingContentChanged ( object oldRotatingContent, object newRotatingContent ) : void

Provides derived classes an opportunity to handle changes to the RotatingContent property.

OnUnloaded ( object sender, RoutedEventArgs e ) : void
StopAnimations ( ) : void
UpdateDuration ( ) : void
UpdateRadius ( ) : void

Method Details

Animate() public method

Animates this instance.
public Animate ( ) : void
return void

AnimatingContainer() public method

Initializes a new instance of the AnimatingContainer class.
public AnimatingContainer ( ) : System
return System

Property Details

AutoPlayProperty public static property

AutoPlay Dependency Property
public static DependencyProperty,Windows.UI.Xaml AutoPlayProperty
return Windows.UI.Xaml.DependencyProperty

DurationProperty public static property

Duration Dependency Property
public static DependencyProperty,Windows.UI.Xaml DurationProperty
return Windows.UI.Xaml.DependencyProperty

IsAnimatingProperty public static property

IsAnimating Dependency Property
public static DependencyProperty,Windows.UI.Xaml IsAnimatingProperty
return Windows.UI.Xaml.DependencyProperty

PulseScaleProperty public static property

PulseScale Dependency Property
public static DependencyProperty,Windows.UI.Xaml PulseScaleProperty
return Windows.UI.Xaml.DependencyProperty

RadiusXProperty public static property

RadiusX Dependency Property
public static DependencyProperty,Windows.UI.Xaml RadiusXProperty
return Windows.UI.Xaml.DependencyProperty

RadiusYProperty public static property

RadiusY Dependency Property
public static DependencyProperty,Windows.UI.Xaml RadiusYProperty
return Windows.UI.Xaml.DependencyProperty

RotatingContentProperty public static property

RotatingContent Dependency Property
public static DependencyProperty,Windows.UI.Xaml RotatingContentProperty
return Windows.UI.Xaml.DependencyProperty