ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearColorBook Interface / Title Property




In This Topic
    Title Property (IImGearColorBook)
    In This Topic
    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