MobileForms Toolkit Documentation

ImageListEx.ImageSize Property

Gets or sets the size of the images in the image list.

public System.Drawing.Size ImageSize {get; set;}

Remarks

The Size that defines the height and width, in pixels, of the images in the list. The default size is 16 by 16.

NOTE: ImageSize is used by NativeImageList instance and by Draw function. Images property will always return images with orinal size.

See Also

ImageListEx Class | Resco.Controls Namespace