'Declaration Public Function GetAnimationBaseValue( _ ByVal dp As DependencyProperty _ ) As Object
public object GetAnimationBaseValue( DependencyProperty dp )
Parameters
- dp
- The dependency property to check.
Return Value
The property value as if no animations are attached to the specified dependency property.