Vector3DKeyFrameCollection.Item[Int32] プロパティ

定義

指定したインデックス位置にある Vector3DKeyFrame を取得または設定します。

public System.Windows.Media.Animation.Vector3DKeyFrame this[int index] { get; set; }

パラメーター

index
Int32

取得または設定する Vector3DKeyFrame の 0 から始まるインデックス番号。

プロパティ値

指定したインデックスにある Vector3DKeyFrame です。

例外

コレクションが固定されている (IsFrozen プロパティが true である) ため、そのコレクションを変更しようとしてもできません。

index が 0 未満です。

または

indexCount 以上になっています。

適用対象