IKeyFrame.KeyTime 属性

定义

获取或设置与 KeyFrame 对象关联的 KeyTime 值。

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

属性值

KeyTime

一个 KeyTime 实例。

适用于