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


C1.Silverlight Namespace > C1RadialMenuItem Class : DisplayIndex Property
Gets or sets the zero-based index of this item which should be used to layout this item in the parent submenu.
Syntax
'Declaration
 
Public Property DisplayIndex As System.Integer
'Usage
 
Dim instance As C1RadialMenuItem
Dim value As System.Integer
 
instance.DisplayIndex = value
 
value = instance.DisplayIndex
public System.int DisplayIndex {get; set;}
Remarks
The default value is -1 and the actual item index is defined by its place in the parent Items collection.
See Also

Reference

C1RadialMenuItem Class
C1RadialMenuItem Members