ImageGear .NET v24.12 - Updated
Flat Property (ImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > ImGearThumbnailCtl Class : Flat Property
Gets or sets a value indicating whether the thumbnail item will appear flat or three dimensional.
Syntax
'Declaration
 
<CategoryAttribute("Items")>
<DescriptionAttribute()>
Public Property Flat As Boolean
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Boolean
 
instance.Flat = value
 
value = instance.Flat
[Category("Items")]
[Description()]
public bool Flat {get; set;}
[Category("Items")]
[Description()]
public: __property bool get_Flat();
public: __property void set_Flat( 
   bool value
);
[Category("Items")]
[Description()]
public:
property bool Flat {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members