Intersoft ClientUI Documentation
GetValueExpression Method



The target object.
Gets the value expression specified on a dependency object, typically a key frame.
Syntax
Public Shared Function GetValueExpression( _
   ByVal obj As DependencyObject _
) As String
Dim obj As DependencyObject
Dim value As String
 
value = ContentTransition.GetValueExpression(obj)
public static string GetValueExpression( 
   DependencyObject obj
)
public:
static String^ GetValueExpression( 
   DependencyObject^ obj
) 

Parameters

obj
The target object.

Return Value

The value expression string.
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

Reference

ContentTransition Class
ContentTransition Members

Send Feedback