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




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

    Property Value

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