ContentElement::GetAnimationBaseValue Method
Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- dp
- Type: System.Windows::DependencyProperty
The.dependency property to check.
Return Value
Type: System::ObjectThe property value as if no animations are attached to the specified dependency property.
Implements
IAnimatable::GetAnimationBaseValue(DependencyProperty)If no animations are attached to the property, then the GetAnimationBaseValue return value is always identical to the GetValue return value. If there are animations attached, then all possible animation derived values including the start and stop values are ignored, and the property value is determined based on all other possible inputs. For more information, see Dependency Property Value Precedence.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.