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