ComponentOne FinancialChart for WPF
ExpandArc Property



C1.WPF Namespace > C1RadialMenuItem Class : ExpandArc Property
Gets the definition of expand area arc segment.
Syntax
'Declaration
 
Public Property ExpandArc As ArcSegmentDef
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As ArcSegmentDef
 
instance.ExpandArc = value
 
value = instance.ExpandArc
public ArcSegmentDef ExpandArc {get; set;}
public:
property ArcSegmentDef^ ExpandArc {
   ArcSegmentDef^ get();
   void set (    ArcSegmentDef^ value);
}
Remarks
This property is set by the C1RadialPanel panel.
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members