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

In This Topic
    SectorCount Property (RadialMenuCommandItem)
    In This Topic
    Gets or sets a value indicating the number of sectors in the item. 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 Overridable Property SectorCount As Integer
    public virtual int SectorCount {get; set;}
    Remarks
    This value should be a positive number or -1.
    See Also