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.MinimizedWindowSpacingSize

Gets the dimensions in pixels, of the grid into which minimized windows will be placed.

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

Property Value

A Size that specifies the grid into which minimized windows will be placed.

Remarks

Each minimized window fits into a rectangle this size when arranged. This value is always greater than or equal to MinimizedSize.

See Also

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