'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As System.Integer _
) As FontInfo
public FontInfo Item(
System.int
) {get;}
Parameters
- index
- The font index in the collection.
Property Value
The font with the specified index in the collection.