In This Topic
Gets a font associated with the specified name.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As String _
) As Font
public Font this[
string
]; {get;}
Parameters
- name
- A System.String value indicating the name of the font to retrieve.
Property Value
A
Font object associated with the specified name.
See Also