A list of all possible alternatives (colour names or fonts).

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

Syntax

C#
string[] Alternatives { get; }
Visual Basic (Declaration)
ReadOnly Property Alternatives As String()
Visual C++
property array<String^>^ Alternatives {
	array<String^>^ get ();
}

See Also