Share via


SPColor.Colors property

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>

See also

Reference

SPColor class

SPColor members

Microsoft.SharePoint.Utilities namespace