SPColor.Colors property
這個調色盤的色彩插槽
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Colors As Dictionary(Of String, ThemeColor)
Get
Private Set
'用途
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>