SPColor.AccessibleDescription property
A textual description of the colors in the preview slots of this color palette.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AccessibleDescription As String
Get
'Usage
Dim instance As SPColor
Dim value As String
value = instance.AccessibleDescription
public string AccessibleDescription { get; }
Property value
Type: System.String