Item Property (StyleCollection)
Gets the
Style object at the specified index in the current collection.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As Style
public Style this[
int
]; {get;}
Parameters
- index
- The index of the element.
Property Value
The element at the specified index.