Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>