ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1RadialMenuItem Class / CheckArc Property

In This Topic
    CheckArc Property
    In This Topic
    Gets the definition of check arc segment.
    Syntax
    'Declaration
     
    Public Property CheckArc As ArcSegmentDef
    public ArcSegmentDef CheckArc {get; set;}
    Remarks
    This property is set by the C1RadialPanel panel.
    See Also