ISPTheme.GetThemeShadeByName method
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Function GetThemeShadeByName ( _
colorName As String _
) As Color
'Usage
Dim instance As ISPTheme
Dim colorName As String
Dim returnValue As Color
returnValue = instance.GetThemeShadeByName(colorName)
Color GetThemeShadeByName(
string colorName
)
Parameters
- colorName
Type: System.String
Return value
Type: System.Drawing.Color