ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailItem Interface / Title Property




In This Topic
    Title Property (IImGearThumbnailItem)
    In This Topic
    Gets or sets item's title.
    Syntax
    'Declaration
     
    Property Title As String
    'Usage
     
    Dim instance As IImGearThumbnailItem
    Dim value As String
     
    instance.Title = value
     
    value = instance.Title
    string Title {get; set;}
    __property string* get_Title();
    __property void set_Title( 
       string* value
    );
    property String^ Title {
       String^ get();
       void set (    String^ value);
    }

    Property Value

    String value.
    See Also