Returns the size of the images in the ImageList
[Visual Basic] Public Property ImageSize As Size [C#] public Size ImageSize {get; set;} [C++] public: __property Size get_ImageSize(); public: __property void set_ImageSize(Size); [JScript] public function get ImageSize() : Size; public function set ImageSize(Size);
ImageList Class | ImageList Members | System.WinForms Namespace