FrameworkLayer 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.
An enum
that indicates the framework layer to target in a specific animation.
public enum FrameworkLayer
type FrameworkLayer =
Public Enum FrameworkLayer
- Inheritance
-
FrameworkLayer
Fields
Name | Value | Description |
---|---|---|
Composition | 0 | Indicates the Windows.UI.Composition APIs. |
Xaml | 1 | Indicates the Windows.UI.Xaml.Media.Animation APIs. |