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




In This Topic
    NumberOfColors Property (IImGearColorBook)
    In This Topic
    Gets the number of colors in the color book.
    Syntax
    'Declaration
     
    ReadOnly Property NumberOfColors As Integer
    'Usage
     
    Dim instance As IImGearColorBook
    Dim value As Integer
     
    value = instance.NumberOfColors
    int NumberOfColors {get;}
    __property int get_NumberOfColors();
    property int NumberOfColors {
       int get();
    }

    Property Value

    Integer value.
    See Also