Clock.GetCanSlip Method

Definition

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.

Applies to