Свойство | Тип | Описание | |
---|---|---|---|
IsTransitioningProperty | |||
RestartTransitionOnContentChangeProperty | |||
TransitionProperty |
Свойство | Тип | Описание | |
---|---|---|---|
GetStoryboard | System.Windows.Media.Animation.Storyboard | ||
OnIsTransitioningPropertyChanged | void | ||
OnRestartTransitionOnContentChangeChanged | void | ||
OnRestartTransitionOnContentChangePropertyChanged | void | ||
OnTransitionCompleted | void | ||
OnTransitionPropertyChanged | void | ||
StartTransition | void | ||
TransitioningContentControl | System |
Метод | Описание | |
---|---|---|
AbortTransition ( ) : void |
Aborts the transition and releases the previous content.
|
|
OnApplyTemplate ( ) : void |
Builds the visual tree for the TransitioningContentControl control when a new template is applied.
|
Метод | Описание | |
---|---|---|
OnContentChanged ( object oldContent, object newContent ) : void |
Called when the value of the P:System.Windows.Controls.ContentControl.Content property changes.
|
Метод | Описание | |
---|---|---|
GetStoryboard ( string newTransition ) : System.Windows.Media.Animation.Storyboard |
Attempts to find a storyboard that matches the newTransition name.
|
|
OnIsTransitioningPropertyChanged ( |
IsTransitioningProperty property changed handler.
|
|
OnRestartTransitionOnContentChangeChanged ( bool oldValue, bool newValue ) : void |
Called when the RestartTransitionOnContentChangeProperty changes.
|
|
OnRestartTransitionOnContentChangePropertyChanged ( |
RestartTransitionOnContentChangeProperty property changed handler.
|
|
OnTransitionCompleted ( object sender, |
Handles the Completed event of the transition storyboard.
|
|
OnTransitionPropertyChanged ( |
TransitionProperty property changed handler.
|
|
StartTransition ( object oldContent, object newContent ) : void |
Starts the transition.
|
|
TransitioningContentControl ( ) : System |
Static constructor
|
protected OnContentChanged ( object oldContent, object newContent ) : void | ||
oldContent | object | The old value of the |
newContent | object | The new value of the |
Результат | void |
public static DependencyProperty,System.Windows IsTransitioningProperty | ||
Результат |
public static DependencyProperty,System.Windows RestartTransitionOnContentChangeProperty | ||
Результат |