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




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

Property Value

Integer value.
See Also

Reference

ImGearThumbnailCtl Class
ImGearThumbnailCtl Members