Enum UIAnimationConstants.Direction
Used to specify which direction a SLIDE and ZOOM animation should occur. Note that when using ZOOM with the default Page Animation Controller, only TOP, BOTTOM, and NONE are supported. When using SLIDE, NONE is not supported by default.
Namespace: LlamaSoftware.UI
Assembly: LlamaSoftware.UI.dll
Syntax
public enum Direction
Fields
| Name | Description |
|---|---|
| BOTTOM | |
| LEFT | |
| NONE | |
| RIGHT | |
| TOP |