[]
        
(Showing Draft Content)

C1.Win.C1Command.RadialMenuItem.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 count, 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
[C1Category("Behavior")]
[C1Description("RadialMenuItem.SectorCount", "Specifies a value indicating the number of sectors in the item.")]
public override int SectorCount { get; set; }
Overrides
Remarks

This value should be a positive number or -1.