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


C1.Silverlight Namespace > C1RadialMenuItem Class : CenterPoint Property
Gets the coordinates of the circle center, which can be used in xaml to draw circle sector, representing the current C1RadialMenuItem.
Syntax
'Declaration
 
Public Property CenterPoint As System.Windows.Point
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As System.Windows.Point
 
instance.CenterPoint = value
 
value = instance.CenterPoint
public System.Windows.Point CenterPoint {get; set;}
Remarks
This property is set by the C1RadialPanel panel.
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members