ComponentOne Basic Library for WPF and Silverlight
Angle Property (C1RadialMenuItem)


C1.Silverlight Namespace > C1RadialMenuItem Class : Angle Property
Gets or sets the item angle.
Syntax
'Declaration
 
Public Property Angle As System.Double
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As System.Double
 
instance.Angle = value
 
value = instance.Angle
public System.double Angle {get; set;}
Remarks
This property is set by the C1RadialPanel panel.
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members