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


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

Parameters

dp
value
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members
Overload List