共用方式為


BooleanKeyFrameAnimation.InsertKeyFrame(Single, Boolean) 方法

定義

插入主要畫面格。

public:
 virtual void InsertKeyFrame(float normalizedProgressKey, bool value) = InsertKeyFrame;
/// [Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
void InsertKeyFrame(float const& normalizedProgressKey, bool const& value);
[Windows.Foundation.Metadata.Overload("InsertKeyFrame")]
public void InsertKeyFrame(float normalizedProgressKey, bool value);
function insertKeyFrame(normalizedProgressKey, value)
Public Sub InsertKeyFrame (normalizedProgressKey As Single, value As Boolean)

參數

normalizedProgressKey
Single

float

主要畫面格的發生時間,以動畫 Duration的百分比表示。 允許的值是從 0.0 到 1.0。

value
Boolean

bool

主要畫面格的值。

屬性

適用於