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;
A Size that specifies the grid into which minimized windows will be placed.
Each minimized window fits into a rectangle this size when arranged. This value is always greater than or equal to MinimizedSize.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace | System.WinForms.MinimizedSize