This property sets the height of the cell when setting different values for the vertical and horizontal sizes of cells in the Thumbnail Control.

[Visual Basic] Public Property ImageSizeHeight As Integer
[C#] public int ImageSizeHeight {get; set;}

Property Value

The vertical size of the thumbnail cell

The default size is 0

Explanation

The ImageSizeHeight property sets the height of the cell when setting different values for the vertical and horizontal sizes of cells in the Thumbnail Control. This property is valid when both this property and the ImageSizeWidth property are set to 1 or more, in which case these properties take precedence over the ImageSize property.

* If the file name is also displayed when the ImageSizeHeight / ImageSizeWidth property is enabled, the image and file name display may overlap depending on the property setting value, so please take that into consideration when setting these values.

See Also

Thumbnail Members | Newtone.ImageKit.Wpf.Thumbnail

 

The ImageKit WPF is created by Newtone Corporation