SM_CXSIZEFRAME top-level constant

  1. @Deprecated('Use SYSTEM_METRICS_INDEX.SM_CXSIZEFRAME instead')
int const SM_CXSIZEFRAME

The thickness of the sizing border around the perimeter of a window that can be resized, in pixels. SM_CXSIZEFRAME is the width of the horizontal border, and SM_CYSIZEFRAME is the height of the vertical border.

Implementation

@Deprecated('Use SYSTEM_METRICS_INDEX.SM_CXSIZEFRAME instead')
const SM_CXSIZEFRAME = SM_CXFRAME;