ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailListItem Class / Caption Property




In This Topic
    Caption Property (ImGearThumbnailListItem)
    In This Topic
    Gets the caption that is displayed in the thumbnail item.
    Syntax
    'Declaration
     
    Public ReadOnly Property Caption As String
    'Usage
     
    Dim instance As ImGearThumbnailListItem
    Dim value As String
     
    value = instance.Caption
    public string Caption {get;}
    public: __property string* get_Caption();
    public:
    property String^ Caption {
       String^ get();
    }

    Property Value

    String value.
    Remarks
    The font of the caption can be set through the font properties of the ThumbnailList class.
    See Also