C# 클래스 WinRTXamlToolkit.Controls.AnimatingContainer

상속: Windows.UI.Xaml.Controls.UserControl
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
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