public enum TransitionType
| Name | Constant Value | Summary |
|---|---|---|
| Custom | 8 |
Use a custom VisualState, the name must be set using CustomVisualStatesName property
static
|
| Default | 0 |
Use the VisualState DefaultTransition
static
|
| Down | 3 |
Use the VisualState DownTransition
static
|
| Left | 6 |
Use the VisualState LeftTransition
static
|
| LeftReplace | 7 |
Use the VisualState LeftReplaceTransition
static
|
| Normal | 1 |
Use the VisualState Normal
static
|
| Right | 4 |
Use the VisualState RightTransition
static
|
| RightReplace | 5 |
Use the VisualState RightReplaceTransition
static
|
| Up | 2 |
Use the VisualState UpTransition
static
|