[This documentation is preliminary and is subject to change.]
Returns any base value established for a dependency property, which would apply in cases where an animation is not active.
Syntax
Parameters
- dp
-
Type: DependencyProperty
The identifier for the desired dependency property.
Return value
Type: System.Object [.NET] | Platform::Object [C++]
The returned base value.
Remarks
Use GetAnimationBaseValue to get values that might currently be animated but you want to know the value before the animation ran. Note that animations with HoldEnd behavior might not have this same value. For more info on the HoldEnd concept, see Quickstart: Animating your UI.
Requirements
|
Minimum supported client | Windows 8 Release Preview |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 5/22/2012
