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



In This Topic
    SectorCount Property (C1RadialMenu)
    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 C1RadialMenu
    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
    The default value is -1 and the actual number of sectors is defined by the number of menu items.
    See Also