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




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

    Property Value

    Integer value.
    See Also