Property | Type | Description | |
---|---|---|---|
BackwardDirectionProperty | |||
ForwardDirectionProperty |
Method | Description | |
---|---|---|
PushTransition ( ) : System |
Initializes a new instance of the PushTransition class.
|
Method | Description | |
---|---|---|
CleanupBackwardAnimations ( |
Cleans up the backward animations.
|
|
CleanupForwardAnimations ( |
Cleans up the forward animations.
|
|
OnBackwardDirectionChanged ( DirectionOfMotion oldBackwardDirection, DirectionOfMotion newBackwardDirection ) : void |
Provides derived classes an opportunity to handle changes to the BackwardDirection property.
|
|
OnForwardDirectionChanged ( DirectionOfMotion oldForwardDirection, DirectionOfMotion newForwardDirection ) : void |
Provides derived classes an opportunity to handle changes to the ForwardDirection property.
|
|
PrepareBackwardAnimations ( |
Prepares the backward animations.
|
|
PrepareForwardAnimations ( |
Prepares the forward animations.
|
Method | Description | |
---|---|---|
OnBackwardDirectionChanged ( |
Handles changes to the BackwardDirection property.
|
|
OnForwardDirectionChanged ( |
Handles changes to the ForwardDirection property.
|
protected CleanupBackwardAnimations ( |
||
previousPage | The previous page. | |
newPage | The new page. | |
return | void |
protected CleanupForwardAnimations ( |
||
previousPage | The previous page. | |
newPage | The new page. | |
return | void |
protected OnBackwardDirectionChanged ( DirectionOfMotion oldBackwardDirection, DirectionOfMotion newBackwardDirection ) : void | ||
oldBackwardDirection | DirectionOfMotion | The old BackwardDirection value |
newBackwardDirection | DirectionOfMotion | The new BackwardDirection value |
return | void |
protected OnForwardDirectionChanged ( DirectionOfMotion oldForwardDirection, DirectionOfMotion newForwardDirection ) : void | ||
oldForwardDirection | DirectionOfMotion | The old ForwardDirection value |
newForwardDirection | DirectionOfMotion | The new ForwardDirection value |
return | void |
protected PrepareBackwardAnimations ( |
||
previousPage | The previous page. | |
newPage | The new page. | |
return | void |
protected PrepareForwardAnimations ( |
||
previousPage | The previous page. | |
newPage | The new page. | |
return | void |
public static DependencyProperty,Windows.UI.Xaml BackwardDirectionProperty | ||
return |