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



In This Topic
    SectorCount Property (C1RadialMenuItem)
    In This Topic
    Gets or sets the number of sectors which should be displayed in menu.
    Syntax
    'Declaration
     
    
    Public Property SectorCount As Integer
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Integer
     
    instance.SectorCount = value
     
    value = instance.SectorCount
    public int SectorCount {get; set;}
    public:
    property int SectorCount {
       int get();
       void set (    int value);
    }
    Remarks
    This property only makes sense if item has subitems. If this property is set to -1, the number of sectors will be defined by the number of menu items.
    See Also