ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenuItem Class / CenterPoint Property



In This Topic
    CenterPoint Property
    In This Topic
    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 Point
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Point
     
    instance.CenterPoint = value
     
    value = instance.CenterPoint
    public Point CenterPoint {get; set;}
    public:
    property Point CenterPoint {
       Point get();
       void set (    Point value);
    }
    Remarks
    This property is set by the C1RadialPanel panel.
    See Also