'Declaration
Public ReadOnly Default Property Item( _ ByVal index As Integer _ ) As GeometryDrawing
'Usage
Dim instance As GeometryDrawing Dim index As Integer Dim value As GeometryDrawing value = instance.Item(index)
public GeometryDrawing this[ int index ]; {get;}
Parameters
- index
- An integer value indicates the position of the child geometry drawing.