Animatable.HasAnimatedProperties Eigenschaft
Definition
Ruft einen Wert ab, der angibt, ob einer der Abhängigkeitseigenschaften dieses Objekts ein oder mehrere AnimationClock-Objekte zugeordnet sind.Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties.
public:
property bool HasAnimatedProperties { bool get(); };
public bool HasAnimatedProperties { get; }
member this.HasAnimatedProperties : bool
Public ReadOnly Property HasAnimatedProperties As Boolean
Eigenschaftswert
true
, wenn einem AnimationClock der Abhängigkeits Eigenschaften dieses Objekts ein oder mehrere-Objekte zugeordnet sind, andernfalls false
.true
if one or more AnimationClock objects is associated with any of this object's dependency properties; otherwise, false
.
Implementiert
Hinweise
Diese Eigenschaft gibt nicht an, ob dieses Objekt animierte unter Objekte enthält.This property does not indicate whether this object contains animated sub-objects.