FontDataDictionary Class

The FontData dictionary.
Public Class FontDataDictionary 
Inherits Dictionary(Of String, FontData)
This language is not supported or no code example is available.
public class FontDataDictionary : Dictionary<string, FontData>
This language is not supported or no code example is available.
Name Description
Public property Comparer (inherited from Dictionary<TKey, TValue>).
Public property Count (inherited from Dictionary<TKey, TValue>).
Public property Item(string) Text styles indexer property.
Public property Keys (inherited from Dictionary<TKey, TValue>).
Public property Values (inherited from Dictionary<TKey, TValue>).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition