Visual3D.GetAnimationBaseValue(DependencyProperty) Método

Definición

Recupera el valor base del objeto DependencyProperty especificado.

public:
 virtual System::Object ^ GetAnimationBaseValue(System::Windows::DependencyProperty ^ dp);
public object GetAnimationBaseValue (System.Windows.DependencyProperty dp);
abstract member GetAnimationBaseValue : System.Windows.DependencyProperty -> obj
override this.GetAnimationBaseValue : System.Windows.DependencyProperty -> obj
Public Function GetAnimationBaseValue (dp As DependencyProperty) As Object

Parámetros

dp
DependencyProperty

Objeto para el que se solicita el valor base.

Devoluciones

Object

Objeto que representa el valor base de dp.

Implementaciones

Se aplica a