Spread Silverlight Documentation
SchemeColors Property (ColorScheme)


The twelve collections used to define the colors. The twelve colors consist of six accent colors, two dark colors, two light colors and a color for each of a hyperlink and followed hyperlink.
Syntax
'Declaration
 
Public ReadOnly Property SchemeColors As System.Collections.ObjectModel.ReadOnlyCollection(Of IExcelColor)
'Usage
 
Dim instance As ColorScheme
Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of IExcelColor)
 
value = instance.SchemeColors
public System.Collections.ObjectModel.ReadOnlyCollection<IExcelColor> SchemeColors {get;}
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ColorScheme Class
ColorScheme Members
IExcelColor Interface

 

 


Copyright © GrapeCity, inc. All rights reserved.