ComponentOne Basic Library for WPF and Silverlight
SectorCount Property (C1RadialMenu)


C1.WPF 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
'Usage
 
Dim instance As C1RadialMenu
Dim value As System.Integer
 
instance.SectorCount = value
 
value = instance.SectorCount
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