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

Gets the dimensions in pixels, of a 3-D border.

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

Property Value

A Size that specifies the dimensions of a 3-D border in pixels.

Remarks

This is the 3-D counterpart of BorderSize.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace | System.WinForms.BorderSize