ImageGear for .NET
ShowTitles Property (ImGearThumbnailCtl)




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

Property Value

Boolean value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback