CustomAnimation<TValue,TKeyFrame>.Layer Property
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.
Gets or sets the target framework layer for the animation. This is only supported for a set of animation types (see the docs for more on this). Furthermore, this is ignored when the animation is being used as an implicit composition animation. The default value is Composition.
public Microsoft.Toolkit.Uwp.UI.Animations.FrameworkLayer Layer { get; set; }
member this.Layer : Microsoft.Toolkit.Uwp.UI.Animations.FrameworkLayer with get, set
Public Property Layer As FrameworkLayer