Gets the default dimensions of an icon in pixels.
[Visual Basic] Public Shared ReadOnly Property IconSize As Size [C#] public static Size IconSize {get;} [C++] public: __property static Size get_IconSize(); [JScript] public static function get IconSize() : Size;
A Size that specifies the default dimensions of an icon in pixels.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace