CharAnimationUsingKeyFrames.KeyFrames Proprietà

Definizione

Ottiene o imposta la raccolta di oggetti CharKeyFrame che definiscono l'animazione.

public:
 property System::Windows::Media::Animation::CharKeyFrameCollection ^ KeyFrames { System::Windows::Media::Animation::CharKeyFrameCollection ^ get(); void set(System::Windows::Media::Animation::CharKeyFrameCollection ^ value); };
public System.Windows.Media.Animation.CharKeyFrameCollection KeyFrames { get; set; }
member this.KeyFrames : System.Windows.Media.Animation.CharKeyFrameCollection with get, set
Public Property KeyFrames As CharKeyFrameCollection

Valore della proprietà

CharKeyFrameCollection

Raccolta di oggetti CharKeyFrame che definiscono l'animazione. Il valore predefinito è Empty.

Si applica a

Vedi anche