ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearColorBook Interface / Colors Property




In This Topic
    Colors Property (IImGearColorBook)
    In This Topic
    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