BooleanKeyFrame.Value 属性

定义

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

public:
 property bool Value { bool get(); void set(bool value); };
public bool Value { get; set; }
member this.Value : bool with get, set
Public Property Value As Boolean

属性值

Boolean

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

注解

依赖项属性信息

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

适用于

另请参阅