ComponentOne FinancialChart for WPF
C1.WPF 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
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As ArcSegmentDef
     
    instance.CheckArc = value
     
    value = instance.CheckArc
    public ArcSegmentDef CheckArc {get; set;}
    public:
    property ArcSegmentDef^ CheckArc {
       ArcSegmentDef^ get();
       void set (    ArcSegmentDef^ value);
    }
    Remarks
    This property is set by the C1RadialPanel panel.
    See Also