ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / Colors Property




In This Topic
    Colors Property (ImGearColorBook)
    In This Topic
    Gets the array of individual color records held by the color book.
    Syntax
    'Declaration
     
    Public ReadOnly Property Colors As ImGearColorBookColor()
    'Usage
     
    Dim instance As ImGearColorBook
    Dim value() As ImGearColorBookColor
     
    value = instance.Colors
    public ImGearColorBookColor[] Colors {get;}
    public: __property ImGearColorBookColor*[]* get_Colors();
    public:
    property array<ImGearColorBookColor^>^ Colors {
       array<ImGearColorBookColor^>^ get();
    }

    Property Value

    ImGearColorBookColor class object.
    See Also