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 (8.0.2.1001)
Syntax
public static IReadOnlyDictionary<string, Color> GetCustomColors()

Return Value

Type: IReadOnlyDictionaryString, Color
See Also