共用方式為


ThemeColor.Shades property

取得集合所組成的六個Color執行個體,每個都代表不同網底,根據預設色彩。

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public ReadOnly Property Shades As ReadOnlyCollection(Of Color)
    Get
'用途
Dim instance As ThemeColor
Dim value As ReadOnlyCollection(Of Color)

value = instance.Shades
public ReadOnlyCollection<Color> Shades { get; }

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<Color>
根據預設色彩不同的灰色陰影所組成的集合。

請參閱

參照

ThemeColor class

ThemeColor members

Microsoft.SharePoint.Utilities namespace