CoreConfigSettingIdsCustomColors Field |
The configuration custom colors. Value is a JSON array containing the properties of
the colors.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic static readonly Guid CustomColors
Public Shared ReadOnly CustomColors As Guid
public:
static initonly Guid CustomColors
static val CustomColors: Guid
Field Value
Type:
Guid
RemarksThe value of this constant is 5e4ae978-03eb-4150-a657-ddb37baec601.
Data Type:
String.
Default Value:
Empty.
The raw form of an entry is
{"name":"ColorName","value":"#000000"}, where:
- name
- The name of the custom color (e.g. CustomColor1).
- value
- The hex value of the color (e.g. #0091A0).
See Also