ImageGear .NET
Interior Property (ImGearThumbnailCtl)




Gets or sets the amount of extra space around the thumbnail item.
Syntax
'Declaration
 
<CategoryAttribute("Appearance")>
<DescriptionAttribute()>
<ImGearFilterAttribute()>
Public Property Interior As Integer
'Usage
 
Dim instance As ImGearThumbnailCtl
Dim value As Integer
 
instance.Interior = value
 
value = instance.Interior
[Category("Appearance")]
[Description()]
[ImGearFilter()]
public int Interior {get; set;}
[Category("Appearance")]
[Description()]
[ImGearFilter()]
public: __property int get_Interior();
public: __property void set_Interior( 
   int value
);
[Category("Appearance")]
[Description()]
[ImGearFilter()]
public:
property int Interior {
   int get();
   void set (    int value);
}

Property Value

Integer value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback