GdPicture.NET.14
GdPicture14 Namespace / ThumbnailEx Class / ShowText Property





In This Topic
ShowText Property (ThumbnailEx)
In This Topic
Specifies if a text is displayed near each thumbnail. Default value is true.
Syntax
'Declaration
 
Public Property ShowText As Boolean
public bool ShowText {get; set;}
public read-write property ShowText: Boolean; 
public function get,set ShowText : boolean
public: __property bool get_ShowText();
public: __property void set_ShowText( 
   bool value
);
public:
property bool ShowText {
   bool get();
   void set (    bool value);
}
See Also