'Declaration
Public Default Property Item( _ ByVal index As System.Integer _ ) As NPathFigure
'Usage
Dim instance As NPathFigureList Dim index As System.Integer Dim value As NPathFigure instance.Item(index) = value value = instance.Item(index)
public NPathFigure this[ System.int index ]; {get; set;}
Parameters
- index