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.
Enumerates values returned by several types.
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 | |
Seamless | 3 |
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.