C# Class Source.WPF.AnimatedEntrance

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: mrange/T4Include

Méthodes publiques

Свойство Type Description
AnimationClockProperty System.Windows.DependencyProperty
ChildrenProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
AnimatedEntrance ( ) : System.Collections
ClearAnimationClock ( DependencyObject dependencyObject ) : void
GetAnimationClock ( DependencyObject dependencyObject ) : double
OnApplyTemplate ( ) : void
OnDelay ( object sender, EventArgs e ) : void
Present ( Option option, UIElement element ) : void
SetAnimationClock ( DependencyObject dependencyObject, double value ) : void

Méthodes protégées

Méthode Description
MeasureOverride ( Size constraint ) : Size

Private Methods

Méthode Description
AnimatedEntrance ( ) : System
Changed_AnimationClock ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs eventArgs ) : void
Changed_AnimationClock ( DependencyObject dependencyObject, double oldValue, double newValue ) : void
Changed_Children ( DependencyObject dependencyObject, System.Windows.DependencyPropertyChangedEventArgs eventArgs ) : void
Changed_Children ( ObservableCollection oldValue, ObservableCollection newValue ) : void
CoerceAllProperties ( ) : void
Coerce_AnimationClock ( DependencyObject dependencyObject, object basevalue ) : object
Coerce_AnimationClock ( DependencyObject dependencyObject, double &coercedValue ) : void
Coerce_Children ( DependencyObject dependencyObject, object basevalue ) : object
Coerce_Children ( ObservableCollection &coercedValue ) : void
CollectionChanged_Children ( object sender, NotifyCollectionChangedAction action, int oldStartingIndex, IList oldItems, int newStartingIndex, IList newItems ) : void
CollectionChanged_Children ( object sender, NotifyCollectionChangedEventArgs e ) : void
Constructed__AnimatedEntrance ( ) : void
Initialize ( Duration &transitionDuration, Duration &delayDuration, IEasingFunction &transitionEase ) : void

Method Details

AnimatedEntrance() public méthode

public AnimatedEntrance ( ) : System.Collections
Résultat System.Collections

ClearAnimationClock() public static méthode

public static ClearAnimationClock ( DependencyObject dependencyObject ) : void
dependencyObject System.Windows.DependencyObject
Résultat void

GetAnimationClock() public static méthode

public static GetAnimationClock ( DependencyObject dependencyObject ) : double
dependencyObject System.Windows.DependencyObject
Résultat double

MeasureOverride() protected méthode

protected MeasureOverride ( Size constraint ) : Size
constraint System.Windows.Size
Résultat System.Windows.Size

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnDelay() public méthode

public OnDelay ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Present() public méthode

public Present ( Option option, UIElement element ) : void
option Option
element UIElement
Résultat void

SetAnimationClock() public static méthode

public static SetAnimationClock ( DependencyObject dependencyObject, double value ) : void
dependencyObject System.Windows.DependencyObject
value double
Résultat void

Property Details

AnimationClockProperty public_oe static_oe property

public static DependencyProperty,System.Windows AnimationClockProperty
Résultat System.Windows.DependencyProperty

ChildrenProperty public_oe static_oe property

public static DependencyProperty,System.Windows ChildrenProperty
Résultat System.Windows.DependencyProperty