ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / ImGearThumbnailItem Class / Height Property




In This Topic
    Height Property (ImGearThumbnailItem)
    In This Topic
    Gets or sets item's height.
    Syntax
    'Declaration
     
    Public Shadows Property Height As Integer
    'Usage
     
    Dim instance As ImGearThumbnailItem
    Dim value As Integer
     
    instance.Height = value
     
    value = instance.Height
    public new int Height {get; set;}
    public: __property new int get_Height();
    public: __property new void set_Height( 
       int value
    );
    public:
    new property int Height {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also