'Declaration Public Default Property Item( _ ByVal index As Integer _ ) As NamedStyle
'Usage Dim instance As DefaultStyleCollection Dim index As Integer Dim value As NamedStyle instance.Item(index) = value value = instance.Item(index)
public NamedStyle this[ int index ]; {get; set;}
Parameters
- index
- Index of the style in the collection