C# Класс WinRTXamlToolkit.Controls.AnimatingContainer

Наследование: Windows.UI.Xaml.Controls.UserControl
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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

Открытые методы

Метод Описание
Animate ( ) : void

Animates this instance.

AnimatingContainer ( ) : System

Initializes a new instance of the AnimatingContainer class.

Приватные методы

Метод Описание
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

Описание методов

Animate() публичный Метод

Animates this instance.
public Animate ( ) : void
Результат void

AnimatingContainer() публичный Метод

Initializes a new instance of the AnimatingContainer class.
public AnimatingContainer ( ) : System
Результат System

Описание свойств

AutoPlayProperty публичное статическое свойство

AutoPlay Dependency Property
public static DependencyProperty,Windows.UI.Xaml AutoPlayProperty
Результат Windows.UI.Xaml.DependencyProperty

DurationProperty публичное статическое свойство

Duration Dependency Property
public static DependencyProperty,Windows.UI.Xaml DurationProperty
Результат Windows.UI.Xaml.DependencyProperty

IsAnimatingProperty публичное статическое свойство

IsAnimating Dependency Property
public static DependencyProperty,Windows.UI.Xaml IsAnimatingProperty
Результат Windows.UI.Xaml.DependencyProperty

PulseScaleProperty публичное статическое свойство

PulseScale Dependency Property
public static DependencyProperty,Windows.UI.Xaml PulseScaleProperty
Результат Windows.UI.Xaml.DependencyProperty

RadiusXProperty публичное статическое свойство

RadiusX Dependency Property
public static DependencyProperty,Windows.UI.Xaml RadiusXProperty
Результат Windows.UI.Xaml.DependencyProperty

RadiusYProperty публичное статическое свойство

RadiusY Dependency Property
public static DependencyProperty,Windows.UI.Xaml RadiusYProperty
Результат Windows.UI.Xaml.DependencyProperty

RotatingContentProperty публичное статическое свойство

RotatingContent Dependency Property
public static DependencyProperty,Windows.UI.Xaml RotatingContentProperty
Результат Windows.UI.Xaml.DependencyProperty