ContentElement.HasAnimatedProperties Proprietà
Definizione
Ottiene un valore che indica se questo elemento dispone di proprietà a cui è stata aggiunta un'animazione.Gets a value that indicates whether this element has any animated properties.
public:
property bool HasAnimatedProperties { bool get(); };
public bool HasAnimatedProperties { get; }
member this.HasAnimatedProperties : bool
Public ReadOnly Property HasAnimatedProperties As Boolean
Valore della proprietà
true
se questo elemento dispone di animazioni associate ad alcune proprietà, in caso contrario false
.true
if this element has animations attached to any of its properties; otherwise, false
.
Implementazioni
Commenti
Questa proprietà restituisce true
per animazioni permanenti (non cronometrate, sempre in esecuzione) o per animazioni con una sequenza temporale specifica.This property returns true
either for persistent (unclocked, always-running) animations or for animations that have a specific timeline.