共用方式為


DoubleKeyFrame.KeyTime 屬性

定義

取得或設定應該到達主要畫面格目標 Value 的時間。

KeyTime KeyTime();

void KeyTime(KeyTime value);
public KeyTime KeyTime { get; set; }
var keyTime = doubleKeyFrame.keyTime;
doubleKeyFrame.keyTime = keyTime;
Public Property KeyTime As KeyTime
<doubleKeyFrame KeyTime="keyTimeString"/>

屬性值

主要畫面格目前值應該等於其 Value 屬性的時間。 預設值是 null。

適用於