ImageGear for .NET
Flat Property (ImGearThumbnailCtl)




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

Property Value

Boolean value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback