DependencyObject.GetAnimationBaseValue method

Expand
0 out of 1 rated this helpful - Rate this topic

DependencyObject.GetAnimationBaseValue method

[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


public object GetAnimationBaseValue(
  DependencyProperty dp
)

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

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

DependencyObject
Timeline
Dependency properties overview
Quickstart: Animating your UI

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD