次の方法で共有


XRFillBehavior (Windows Embedded CE 6.0)

1/6/2010

This enumeration specifies how an IXRTimeline behaves when it is outside its active period but its parent is inside its active or hold period.

Syntax

enum XRFillBehavior{
    XRFillBehavior_HoldEnd=0,
    XRFillBehavior_Stop=1
};

Members

  • XRFillBehavior_HoldEnd
    After it reaches the end of its active period, the IXRTimeline holds its progress until the end of its parent's active and hold periods.
  • XRFillBehavior_Stop
    The IXRTimeline stops if it is outside its active period while its parent is inside its active period.

.NET Framework Equivalent

System.Windows.Media.Animation.FillBehavior

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

Silverlight for Windows Embedded Enumerations