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)
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.