Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1RadialNumericItem Class / CenterPoint Property

In This Topic
    CenterPoint Property (C1RadialNumericItem)
    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
    public Point CenterPoint {get; set;}
    Remarks
    This property is set by the C1RadialPanel panel.
    See Also