ComponentOne Chart for WPF and Silverlight
SetValue(DependencyPropertyKey,Object) Method


C1.WPF.C1Chart Namespace > Action Class > SetValue Method : SetValue(DependencyPropertyKey,Object) Method
Syntax
'Declaration
 
Public Overloads Sub SetValue( _
   ByVal key As System.Windows.DependencyPropertyKey, _
   ByVal value As System.Object _
) 
'Usage
 
Dim instance As Action
Dim key As System.Windows.DependencyPropertyKey
Dim value As System.Object
 
instance.SetValue(key, value)
public void SetValue( 
   System.Windows.DependencyPropertyKey key,
   System.object value
)

Parameters

key
value
See Also

Reference

Action Class
Action Members
Overload List