Share via


ThmxTheme.LightColor1 Property

Gets the first light color to be applied in the current 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 LightColor1 As ThemeColor
    Get
'Usage
Dim instance As ThmxTheme
Dim value As ThemeColor

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

Property Value

Type: Microsoft.SharePoint.Utilities.ThemeColor
A color of type ThemeColor to be applied in the current theme.

See Also

Reference

ThmxTheme Class

ThmxTheme Members

Microsoft.SharePoint.Utilities Namespace