Intersoft ClientUI Documentation
SetValueExpression Method



The target object.
The value expression to set. I.e., ActualWidth;100;Half
Sets the value expression to a key frame which will be evaluated dynamically at runtime.
Syntax
Public Shared Sub SetValueExpression( _
   ByVal obj As DependencyObject, _
   ByVal value As String _
) 
Dim obj As DependencyObject
Dim value As String
 
ContentTransition.SetValueExpression(obj, value)
public static void SetValueExpression( 
   DependencyObject obj,
   string value
)
public:
static void SetValueExpression( 
   DependencyObject^ obj,
   String^ value
) 

Parameters

obj
The target object.
value
The value expression to set. I.e., ActualWidth;100;Half
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