Visual3D::GetAnimationBaseValue Method (DependencyProperty^)

 

Retrieves the base value of the specified DependencyProperty object.

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

public:
virtual Object^ GetAnimationBaseValue(
	DependencyProperty^ dp
) sealed

Parameters

dp
Type: System.Windows::DependencyProperty^

The object for which the base value is being requested.

Return Value

Type: System::Object^

The object that represents the base value of dp.

.NET Framework
Available since 3.0
Return to top
Show: