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


C1.Silverlight Namespace > C1RadialMenuItem 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 C1RadialMenuItem
Dim value As System.Integer
 
instance.SectorCount = value
 
value = instance.SectorCount
public System.int SectorCount {get; set;}
Remarks
This property only makes sense if item has subitems. If this property is set to -1, the number of sectors will be defined by the number of menu items.
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members