SPFont.FontSlots property
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property FontSlots As Dictionary(Of String, ThemeFont)
Get
Private Set
'Usage
Dim instance As SPFont
Dim value As Dictionary(Of String, ThemeFont)
value = instance.FontSlots
public Dictionary<string, ThemeFont> FontSlots { get; private set; }
Property value
Type: System.Collections.Generic.Dictionary<String, ThemeFont>