ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailCtl Class / ShowTitles Property




In This Topic
    ShowTitles Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets a value indicating whether a title is shown for each thumbnail, below the button.
    Syntax
    'Declaration
     
    <CategoryAttribute("Items")>
    <DescriptionAttribute()>
    Public Property ShowTitles As Boolean
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Boolean
     
    instance.ShowTitles = value
     
    value = instance.ShowTitles
    [Category("Items")]
    [Description()]
    public bool ShowTitles {get; set;}
    [Category("Items")]
    [Description()]
    public: __property bool get_ShowTitles();
    public: __property void set_ShowTitles( 
       bool value
    );
    [Category("Items")]
    [Description()]
    public:
    property bool ShowTitles {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    See Also