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




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : Flat Property
Gets or sets a value indicating whether the thumbnail item will appear flat or three dimensional.
Syntax
'Declaration
 
Property Flat As Boolean
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Boolean
 
instance.Flat = value
 
value = instance.Flat
bool Flat {get; set;}
__property bool get_Flat();
__property void set_Flat( 
   bool value
);
property bool Flat {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members