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

◆ min_window_track_size()

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

Gets the default minimum dimensions, in pixels, that a window may occupy during a drag resize.

Returns
A size that indicates the default minimum width and height of a window during resize, in pixels.
Remarks
The min_window_track_size property indicates the default smallest window size that can be produced by using the borders to size the window.
The user cannot drag the window frame to a size smaller than these dimensions. A form can override these values by setting the minimum_size property.