Clock.Controller 屬性

定義

取得 ClockController,可用來啟動、暫停、繼續、搜尋、略過、停止或移除這個 Clock

public:
 property System::Windows::Media::Animation::ClockController ^ Controller { System::Windows::Media::Animation::ClockController ^ get(); };
public System.Windows.Media.Animation.ClockController Controller { get; }
member this.Controller : System.Windows.Media.Animation.ClockController
Public ReadOnly Property Controller As ClockController

屬性值

ClockController

如果這是根時鐘,則為 ClockController;否則為 null

備註

只能以互動方式控制根時鐘。

適用於

另請參閱