Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1RadialMenuItem Class / CheckArc Property

In This Topic
    CheckArc Property (C1RadialMenuItem)
    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