System.Windows.Forms.SystemInformation.FixedFrameBorderSize Property

Gets the thickness, in pixels, of the frame border of a window that has a caption and is not resizable.

Syntax

public static System.Drawing.Size FixedFrameBorderSize { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The SystemInformation.FixedFrameBorderSize property indicates the thickness of the frame, in pixels, around the perimeter of a window that has a caption but is not sizable.

The System.Drawing.Size.Width property of SystemInformation.FixedFrameBorderSize is the height of the horizontal border and the System.Drawing.Size.Height property of SystemInformation.FixedFrameBorderSize is the width of the vertical border.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0