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