NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ImageList.ImageSize

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);

See Also

ImageList Class | ImageList Members | System.WinForms Namespace