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