Menu for WPF | ComponentOne
C1.WPF.Menu 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
    public int SectorCount {get; set;}
    Remarks
    The default value is -1 and the actual number of sectors is defined by the number of menu items.
    See Also