ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenuItem Class / ExpandArc Property



In This Topic
    ExpandArc Property
    In This Topic
    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