Point3DKeyFrame.Value 属性

定义

获取或设置关键帧的目标值。

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

属性值

Point3D

关键帧的目标值,该值是此关键帧在其指定的 KeyTime 处的值。 默认值为 0

注解

依赖项属性信息

标识符字段 ValueProperty
元数据属性设置为 true

适用于