Returns an array of all colours defined in the template. This colour data can be used to determine the actual reference for alternative colours used on some fields.

Furhtermore, the colour names can be used in custom rich text tags.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IInfigoColour[] Colours { get; }
Visual Basic (Declaration)
Public ReadOnly Property Colours As IInfigoColour()
Visual C++
public:
property array<IInfigoColour^>^ Colours {
	array<IInfigoColour^>^ get ();
}

See Also