ComponentOne Basic Library for WPF and Silverlight
SetAngle Method (C1RadialPanel)


C1.Silverlight Namespace > C1RadialPanel Class : SetAngle Method
The element which contains the attached property.
Sets the angle value.
Syntax
'Declaration
 
Public Shared Sub SetAngle( _
   ByVal obj As System.Windows.DependencyObject, _
   ByVal value As System.Double _
) 
'Usage
 
Dim obj As System.Windows.DependencyObject
Dim value As System.Double
 
C1RadialPanel.SetAngle(obj, value)
public static void SetAngle( 
   System.Windows.DependencyObject obj,
   System.double value
)

Parameters

obj
The element which contains the attached property.
value
See Also

Reference

C1RadialPanel Class
C1RadialPanel Members