Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeEditingData Class / SelectedPathIndex Property


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