IAnimatable.HasAnimatedProperties Property

 

Gets a value that indicates whether this instance has any animated properties.

Namespace:   System.Windows.Media.Animation
Assembly:  PresentationCore (in PresentationCore.dll)

ReadOnly Property HasAnimatedProperties As Boolean

Property Value

Type: System.Boolean

true if a Clock is associated with at least one of the current object's properties; otherwise false.

Note that this property returns true even if the associated animation is Stopped or Filling.

.NET Framework
Available since 3.0
Return to top
Show: