ColorHelperGetCustomColors Method |
Gets a dictionary of
String/
Color entries of Name/Color used in the application.
Namespace:
Dundas.BI.Utility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic static IReadOnlyDictionary<string, Color> GetCustomColors()
Public Shared Function GetCustomColors As IReadOnlyDictionary(Of String, Color)
public:
static IReadOnlyDictionary<String^, Color>^ GetCustomColors()
static member GetCustomColors : unit -> IReadOnlyDictionary<string, Color>
Return Value
Type:
IReadOnlyDictionaryString,
Color
See Also