Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1RadialMenu Class / SectorCount Property

In This Topic
    SectorCount Property (C1RadialMenu)
    In This Topic
    Gets or sets a value indicating the number of sectors in the control. If sector count is greater then menu items, remaining sectors are shown as an empty space. If the number of sectors is less than the number of menu items, then only as many items as specified in this property are shown A value of -1 means that the number of sectors is equal to the number of items.
    Syntax
    'Declaration
     
    
    Public Property SectorCount As Integer
    public int SectorCount {get; set;}
    Remarks
    This value should be a positive number or -1.
    See Also