SPTheme.IsInverted 属性
获取一个值,该值指示此主题反转 (浅前景在深色背景上的)。
命名空间: Microsoft.SharePoint.Utilities
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property IsInverted As Boolean
Get
用法
Dim instance As SPTheme
Dim value As Boolean
value = instance.IsInverted
public bool IsInverted { get; }