Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function GetAnimationBaseValue( _
ByVal dp As System.Windows.DependencyProperty _
) As System.Object |
| C# | |
|---|
public System.object GetAnimationBaseValue(
System.Windows.DependencyProperty dp
) |
Parameters
- dp
- The identifier for the desired dependency property.
Return Value
The returned base value.
Exceptions
| Exception | Description |
| System.ArgumentNullException | dp is null. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also