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




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

Property Value

String value.
See Also

Reference

IImGearColorBook Interface
IImGearColorBook Members