Share via


ThmxTheme.DarkColor2 property

Gets the second dark color that belongs to this theme.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property DarkColor2 As ThemeColor
    Get
'Usage
Dim instance As ThmxTheme
Dim value As ThemeColor

value = instance.DarkColor2
public ThemeColor DarkColor2 { get; }

Property value

Type: Microsoft.SharePoint.Utilities.ThemeColor
A color of type ThemeColor that was specified for use in this theme.

See also

Reference

ThmxTheme class

ThmxTheme members

Microsoft.SharePoint.Utilities namespace