ComponentOne FinancialChart for WPF
CheckArc Property



C1.WPF Namespace > C1RadialMenuItem Class : CheckArc Property
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

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members