Property ImageSize
ImageSize
Gets or sets the size of the images in the image list, in pixels.
public virtual SizeI ImageSize { get; set; }
Property Value
- SizeI
The SizeI that defines the height and width, in pixels, of the images in the list. The default size is 16 by 16.
Remarks
Setting the ImageSize to a different value than the actual size of the images in the image collection causes the images to be resized to the size specified.