ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearSpotChannelInfo Class / ColorName Property




In This Topic
    ColorName Property
    In This Topic
    Gets color name from internal color books.
    Syntax
    'Declaration
     
    Public ReadOnly Property ColorName As String
    'Usage
     
    Dim instance As ImGearSpotChannelInfo
    Dim value As String
     
    value = instance.ColorName
    public string ColorName {get;}
    public: __property string* get_ColorName();
    public:
    property String^ ColorName {
       String^ get();
    }

    Property Value

    String value.
    See Also