ComponentOne Basic Library for UWP
SectorCount Property (C1RadialMenu)

C1.UWP Assembly > C1.Xaml Namespace > C1RadialMenu Class : SectorCount Property
Gets or sets the number of sectors which should be displayed in menu.
Syntax
'Declaration
 
Public Property SectorCount As System.Integer
public System.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

Reference

C1RadialMenu Class
C1RadialMenu Members