ImageGear .NET v25.1 - Updated
Title Property (ImGearColorBook)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearColorBook Class : Title Property
Gets the color book title.
Syntax
'Declaration
 
Public ReadOnly Property Title As String
'Usage
 
Dim instance As ImGearColorBook
Dim value As String
 
value = instance.Title
public string Title {get;}
public: __property string* get_Title();
public:
property String^ Title {
   String^ get();
}

Property Value

String value.
See Also

Reference

ImGearColorBook Class
ImGearColorBook Members