xtd 0.2.0
Loading...
Searching...
No Matches

◆ fixed_frame_border_size()

static xtd::drawing::size xtd::forms::system_information::fixed_frame_border_size ( )
static

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

Returns
A size that specifies the thickness, in pixels, of a fixed sized window border.
Remarks
The fixed_frame_border_size property indicates the thickness of the frame, in pixels, around the perimeter of a window that has a caption but is not sizable.
The Width property of fixed_frame_border_size is the height of the horizontal border and the Height property of fixed_frame_border_size is the width of the vertical border.