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!

SystemInformation.IconSpacingSize

Gets the dimensions in pixels, of the grid used to arrange icons in a large icon view.

[Visual Basic]
Public Shared ReadOnly Property IconSpacingSize As Size
[C#]
public static Size IconSpacingSize {get;}
[C++]
public: __property static Size get_IconSpacingSize();
[JScript]
public static function get IconSpacingSize() : Size;

Property Value

A Size that specifies the dimensions in pixels, of the grid used to arrange icons in a large icon view.

Remarks

Each item fits into a rectangle of this size when arranged. This value is always greater than or equal to IconSize.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace | System.WinForms.IconSize