Clock.GetCanSlip Method
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.
Returns whether the Clock has its own external time source, which may require synchronization with the timing system.
protected:
virtual bool GetCanSlip();
protected virtual bool GetCanSlip ();
abstract member GetCanSlip : unit -> bool
override this.GetCanSlip : unit -> bool
Protected Overridable Function GetCanSlip () As Boolean
Returns
Returns true
if the Clock has its own external source for time, which may require synchronization with the timing system; otherwise, false
.
Remarks
Media being played using MediaTimeline within a Storyboard is an example of creating a Clock that would have an external time source (a video clip for example) which may require synchronization with other timelines within the Storyboard. See SlipBehavior for more information.