The possible text colours to choose from as text. See for more information on those items. It might be possible, that there are no alternative colours to set, in which case the doesn't return any alternatives and setting a value does nothing.

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

Syntax

C#
IInfigoAlternateChooser TextColours { get; }
Visual Basic (Declaration)
ReadOnly Property TextColours As IInfigoAlternateChooser
Visual C++
property IInfigoAlternateChooser^ TextColours {
	IInfigoAlternateChooser^ get ();
}

See Also