Item Property (LineCollection)
Gets or sets the line at the specified index.
public Line this[
int
]; {get; set;}
'Declaration
Public Default Property Item( _
ByVal As Integer _
) As Line
'Usage
Dim instance As LineCollection
Dim index As Integer
Dim value As Line
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
- Index of the line.
Property Value
Line.