ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailCtl Class / Interior Property




In This Topic
    Interior Property (ImGearThumbnailCtl)
    In This Topic
    Gets or sets the amount of extra space, in pixels, to place around the thumbnail item image inside the "button".
    Syntax
    'Declaration
     
    <CategoryAttribute("Appearance")>
    <DescriptionAttribute()>
    Public Property Interior As Integer
    'Usage
     
    Dim instance As ImGearThumbnailCtl
    Dim value As Integer
     
    instance.Interior = value
     
    value = instance.Interior
    [Category("Appearance")]
    [Description()]
    public int Interior {get; set;}
    [Category("Appearance")]
    [Description()]
    public: __property int get_Interior();
    public: __property void set_Interior( 
       int value
    );
    [Category("Appearance")]
    [Description()]
    public:
    property int Interior {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also