ImageGear .NET v25.1 - Updated
Colors Property (IImGearColorBook)




ImageGear.Core Assembly > ImageGear.Core Namespace > IImGearColorBook Interface : Colors Property
Gets the array of individual color records held by the color book.
Syntax
'Declaration
 
ReadOnly Property Colors As ImGearColorBookColor()
'Usage
 
Dim instance As IImGearColorBook
Dim value() As ImGearColorBookColor
 
value = instance.Colors
ImGearColorBookColor[] Colors {get;}
__property ImGearColorBookColor*[]* get_Colors();

Property Value

Array instances of ImGearColorBookColor class.
See Also

Reference

IImGearColorBook Interface
IImGearColorBook Members
IImGearColorBookColor Interface