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

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

Property Value

The horizontal size of the thumbnail cell

The default size is 0

Explanation

The ImageSizeWidth property sets the width 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 ImageSizeHeight 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