ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailCtl Interface / ItemWidth Property




In This Topic
    ItemWidth Property (IImGearThumbnailCtl)
    In This Topic
    Gets or sets item width in pixels of the image to be drawn in each thumbnail item.
    Syntax
    'Declaration
     
    Property ItemWidth As Integer
    'Usage
     
    Dim instance As IImGearThumbnailCtl
    Dim value As Integer
     
    instance.ItemWidth = value
     
    value = instance.ItemWidth
    int ItemWidth {get; set;}
    __property int get_ItemWidth();
    __property void set_ItemWidth( 
       int value
    );
    property int ItemWidth {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also