PointAnimationUsingKeyFrames.KeyFrames プロパティ

定義

アニメーションを定義する PointKeyFrame オブジェクトのコレクションを取得します。

public:
 property PointKeyFrameCollection ^ KeyFrames { PointKeyFrameCollection ^ get(); };
PointKeyFrameCollection KeyFrames();
public PointKeyFrameCollection KeyFrames { get; }
var pointKeyFrameCollection = pointAnimationUsingKeyFrames.keyFrames;
Public ReadOnly Property KeyFrames As PointKeyFrameCollection
<PointAnimationUsingKeyFrames>
  oneOrMorePointKeyFrames
</PointAnimationUsingKeyFrames>

プロパティ値

アニメーションを定義する PointKeyFrame オブジェクトのコレクション。 既定値は空のコレクションです。

適用対象