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

Return Value

Type: IReadOnlyDictionaryString, Color
See Also