IAnimatable::GetAnimationBaseValue Method (DependencyProperty^)

 

Retrieves the base value of the specified DependencyProperty object.

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

Object^ GetAnimationBaseValue(
	DependencyProperty^ dp
)

Parameters

dp
Type: System.Windows::DependencyProperty^

The object for which the base value is being requested.

Return Value

Type: System::Object^

The object representing the base value of Dp.

Use this method instead of GetValue when you want to retrieve the non-animated value of an animated property. This method takes advantage of the fact that Windows Presentation Foundation (WPF) animations do not remove the target property's original value. For more information, see Dependency Property Value Precedence.

.NET Framework
Available since 3.0
Return to top
Show: