Share via


ThmxTheme.AccentColor1 Property

Gets the first accent color that belongs to this theme.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

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

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

Property Value

Type: Microsoft.SharePoint.Utilities.ThemeColor
An accent color of type ThemeColor that is specified for use in this theme.

See Also

Reference

ThmxTheme Class

ThmxTheme Members

Microsoft.SharePoint.Utilities Namespace