共用方式為


Storyboard.GetCurrentState 方法

定義

取得 分鏡腳本的時鐘狀態。

public:
 virtual ClockState GetCurrentState() = GetCurrentState;
ClockState GetCurrentState();
public ClockState GetCurrentState();
function getCurrentState()
Public Function GetCurrentState () As ClockState

傳回

其中一個列舉值。 可以是: 作用中填滿已停止

備註

如果您想要在執行時間修改動畫的屬性,在動畫啟動之前,這個方法會很有用。 (GetCurrentState 停止的動畫會傳回 ClockState.Stopped) 仍然可以修改。 執行 (GetCurrentState 的動畫會傳回 ClockState.ActiveClockState.Filling) 無法修改,如果您嘗試,就會收到錯誤。

動畫可以有選擇性的 BeginTime 值,這會修改動畫實際開始影響值,相較于控制腳本啟動時的值。 即使執行時間尚未到達 BeginTime ,在腳本啟動時修改動畫的屬性並不合法。

適用於

另請參閱