Timeline::CreateClock Method (Boolean)
.NET Framework (current version)
Creates a new Clock from this Timeline and specifies whether the new Clock is controllable. If this Timeline has children, a tree of clocks is created with this Timeline as the root.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- hasControllableRoot
-
Type:
System::Boolean
true if the root Clock returned should return a ClockController from its Controller property so that the Clock tree can be interactively controlled; otherwise, false.
Return Value
Type: System.Windows.Media.Animation::Clock^A new Clock constructed from this Timeline. If this Timeline is a TimelineGroup that contains child timelines, a tree of Clock objects is created with a controllable Clock created from this Timeline as the root.
Although this Timeline may be the child of one or more TimelineGroup objects, this information is ignored: this method treats the current Timeline as a root Timeline.
.NET Framework
Available since 3.0
Available since 3.0
Show: