Share via


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

Return value

Type: System.Drawing.Color

See also

Reference

ISPTheme interface

ISPTheme members

Microsoft.SharePoint.Utilities namespace