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



In This Topic
    OuterArc Property
    In This Topic
    Gets the definition of outer arc segment which can be used in xaml to draw circle sector, representing the current C1RadialMenuItem.
    Syntax
    'Declaration
     
    
    Public Property OuterArc As ArcSegmentDef
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As ArcSegmentDef
     
    instance.OuterArc = value
     
    value = instance.OuterArc
    public ArcSegmentDef OuterArc {get; set;}
    public:
    property ArcSegmentDef^ OuterArc {
       ArcSegmentDef^ get();
       void set (    ArcSegmentDef^ value);
    }
    Remarks
    This property is set by the C1RadialPanel panel.
    See Also