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


C1.WPF Namespace > ClearStyleExtensions 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 ClearStyleExtensions
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

ClearStyleExtensions Class
ClearStyleExtensions Members
Overload List