SM_CYSIZEFRAME top-level constant

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

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_CYSIZEFRAME instead')
const SM_CYSIZEFRAME = SM_CYFRAME;