KeyFrameAnimation.KeyFrameCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of key frames in the KeyFrameAnimation.
public:
property int KeyFrameCount { int get(); };
int KeyFrameCount();
public int KeyFrameCount { get; }
var int32 = keyFrameAnimation.keyFrameCount;
Public ReadOnly Property KeyFrameCount As Integer
Property Value
Int32
int
The number of key frames in the KeyFrameAnimation.