0 out of 1 rated this helpful - Rate this topic

ColorAnimation.EnableDependentAnimation property

Gets or sets a value that declares whether animated properties that are considered dependent animations should be permitted to use this animation declaration.

Syntax


public bool EnableDependentAnimation { get; set; }


<ColorAnimation EnableDependentAnimation="bool" />

Property value

Type: System.Boolean [.NET] | Platform::Boolean [C++]

true if the animation can be used for a dependent animation case. false if the animation cannot be used for a dependent animation case.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Media.Animation
Windows::UI::Xaml::Media::Animation [C++]

Metadata

Windows.winmd

See also

ColorAnimation

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.