Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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