[]
        
(Showing Draft Content)

C1.Win.C1Command.RadialMenuItemBase.SectorCount

SectorCount Property

SectorCount

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.

Declaration
public virtual int SectorCount { get; set; }
Remarks

This value should be a positive number or -1.