This documentation is archived and is not being maintained.
UIElement.HasAnimatedProperties Property
Visual Studio 2008
Gets a value indicating whether this element has any animated properties.
Assembly: PresentationCore (in PresentationCore.dll)
'Declaration Public ReadOnly Property HasAnimatedProperties As Boolean 'Usage Dim instance As UIElement Dim value As Boolean value = instance.HasAnimatedProperties
You cannot set this property in XAML.
Property Value
Type: System.Booleantrue if this element has animations attached to any of its properties; otherwise, false.
Implements
IAnimatable.HasAnimatedPropertiesWindows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: