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