Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEditingData Class / SelectedNodeIndex Property


In This Topic
    SelectedNodeIndex Property
    In This Topic
    The index of selected node in the selected path.
    Syntax
    'Declaration
     
    
    Public Property SelectedNodeIndex As Integer
    'Usage
     
    
    Dim instance As ShapeEditingData
    Dim value As Integer
     
    instance.SelectedNodeIndex = value
     
    value = instance.SelectedNodeIndex
    public int SelectedNodeIndex {get; set;}
    See Also