The possible box shadow 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 BoxShadowColours { get; }
Visual Basic (Declaration)
ReadOnly Property BoxShadowColours As IInfigoAlternateChooser
Visual C++
property IInfigoAlternateChooser^ BoxShadowColours {
	IInfigoAlternateChooser^ get ();
}

See Also