ActiveReports 13
GetAnimationBaseValue Method

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.ActiveReports.Viewer.Wpf Namespace > Viewer Class : GetAnimationBaseValue Method
The dependency property to check.
Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation.
Syntax
'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.
See Also

Reference

Viewer Class
Viewer Members