WindowRotationAnimation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines animations used when rotating a window.
public enum WindowRotationAnimation
type WindowRotationAnimation =
- Inheritance
-
WindowRotationAnimation
Fields
| Name | Value | Description |
|---|---|---|
| Rotate | 0 | Value for RotationAnimationto define the animation used to specify that this window will rotate in or out following a rotation. |
| Crossfade | 1 | Value for RotationAnimationto define the animation used to specify that this window will fade in or out following a rotation. |
| Jumpcut | 2 | Identifies the jumpcut window-rotation animation. |
| Seamless | 3 | Identifies the seamless window-rotation animation. |
Remarks
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.