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.
The color slots in this palette
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Colors As Dictionary(Of String, ThemeColor)
Get
Private Set
'Usage
Dim instance As SPColor
Dim value As Dictionary(Of String, ThemeColor)
value = instance.Colors
public Dictionary<string, ThemeColor> Colors { get; private set; }
Property value
Type: System.Collections.Generic.Dictionary<String, ThemeColor>