Edit

Share via


FrameworkLayer Enum

Definition

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.

Applies to