'Declaration Public Function GetAnimationBaseValue( _ ByVal dp As DependencyProperty _ ) As Object
'Usage Dim instance As CellPresenter Dim dp As DependencyProperty Dim value As Object value = instance.GetAnimationBaseValue(dp)
public object GetAnimationBaseValue( DependencyProperty dp )
Parameters
- dp