ClockState enumeration

This topic has not yet been rated - Rate this topic

Describes the potential states of an animation.

Syntax


public enum ClockState

Attributes

VersionAttribute(NTDDI_WIN8)
WebHostHiddenAttribute()

Members

The ClockState enumeration has these members.

MemberValueDescription
Active0

The current animation changes in direct relation to the animation of its parent.

Filling1

The animation continues and does not change in relation to the animation of its parent.

Stopped2

The animation is stopped.

Remarks

This enumeration is not typically used in XAML.

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

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.