ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearColorBook Class / Description Property




In This Topic
    Description Property (ImGearColorBook)
    In This Topic
    Gets the color book copyright information.
    Syntax
    'Declaration
     
    Public ReadOnly Property Description As String
    'Usage
     
    Dim instance As ImGearColorBook
    Dim value As String
     
    value = instance.Description
    public string Description {get;}
    public: __property string* get_Description();
    public:
    property String^ Description {
       String^ get();
    }

    Property Value

    String value.
    See Also