Gets the thickness in pixels, of the border for a window that has a caption and is not resizable.
[Visual Basic] Public Shared ReadOnly Property FixedFrameBorderSize As Size [C#] public static Size FixedFrameBorderSize {get;} [C++] public: __property static Size get_FixedFrameBorderSize(); [JScript] public static function get FixedFrameBorderSize() : Size;
A Size that specifies the size of a fixed sized window border.
SystemInformation Class | SystemInformation Members | System.WinForms Namespace