'Declaration Public Overloads Property Item( _ ByVal index As System.Integer _ ) As System.Single
public System.float Item( System.int index ) {get; set;}
Parameters
- index
- The zero-based index of the component to access.
'Declaration Public Overloads Property Item( _ ByVal index As System.Integer _ ) As System.Single
public System.float Item( System.int index ) {get; set;}