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

Gets the thickness in pixels, of the border for a window that can be resized.

[Visual Basic]
Public Shared ReadOnly Property FrameBorderSize As Size
[C#]
public static Size FrameBorderSize {get;}
[C++]
public: __property static Size get_FrameBorderSize();
[JScript]
public static function get FrameBorderSize() : Size;

Property Value

A Size that specifies the thickness in pixels, of the border for a window that can be resized.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace