FontDataDictionary.Item Property

Text styles indexer property.
Public Shadows Property Item( _ 
ByVal name As String
) As FontData
This language is not supported or no code example is available.
new public FontData this[ 
string name 
] {get; set;}
This language is not supported or no code example is available.

Parameters

name
string

The name of the text style.

Property Value

FontData

The text style with the specified name.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition