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

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;

Property Value

A Size that specifies the width and height of a window border in pixels.

Remarks

This is equivalent to Border3DSize for windows with a 3D look.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace