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;
A Size that specifies the dimensions in pixels, of the grid used to arrange icons in a large icon view.
Each item fits into a rectangle of this size when arranged. This value is always greater than or equal to IconSize.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace | System.WinForms.IconSize