IKeyFrame.Value 属性
定义
获取或设置与 KeyTime 实例关联的值。Gets or sets the value associated with a KeyTime instance.
public:
property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object
属性值
此属性的当前值。The current value for this property.
适用于