ISPTheme.IsInverted property
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property IsInverted As Boolean
Get
'Usage
Dim instance As ISPTheme
Dim value As Boolean
value = instance.IsInverted
bool IsInverted { get; }
Property value
Type: System.Boolean