PushTransition Constructors
Represents a transition from one screen to another with the push effect.Name | Parameters | Description |
---|---|---|
PushTransition() | none | Initializes a new instance of the PushTransition class. |
PushTransition(Image, Image, IPushAnimationParameters) | from, to, parameters | Initializes a new instance of the PushTransition class with specified settings. |
See Also