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


C1.Silverlight Namespace > C1RadialPanel Class : SetValue(DependencyProperty,Object) Method
Syntax
'Declaration
 
Public Sub SetValue( _
   ByVal dp As System.Windows.DependencyProperty, _
   ByVal value As System.Object _
) 
'Usage
 
Dim instance As C1RadialPanel
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

C1RadialPanel Class
C1RadialPanel Members