ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1RadialMenuItem Class / Index Property



In This Topic
    Index Property (C1RadialMenuItem)
    In This Topic
    Gets the index of this C1RadialMenuItem in its parent items collection.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Index As Integer
    'Usage
     
    
    Dim instance As C1RadialMenuItem
    Dim value As Integer
     
    value = instance.Index
    public virtual int Index {get;}
    public:
    virtual property int Index {
       int get();
    }
    See Also