SPTheme.IsInverted property
Gets whether this theme is inverted (light foreground on a dark background).
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IsInverted As Boolean
Get
'Usage
Dim instance As SPTheme
Dim value As Boolean
value = instance.IsInverted
public bool IsInverted { get; }
Property value
Type: System.Boolean