ImageGear .NET - Updated
ColorName Property




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearSpotChannelInfo Class : ColorName Property
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

Reference

ImGearSpotChannelInfo Class
ImGearSpotChannelInfo Members