Gets the width and height of a window border in pixels.
[Visual Basic] Public Shared ReadOnly Property BorderSize As Size [C#] public static Size BorderSize {get;} [C++] public: __property static Size get_BorderSize(); [JScript] public static function get BorderSize() : Size;
A Size that specifies the width and height of a window border in pixels.
This is equivalent to Border3DSize for windows with a 3D look.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace