SS_CENTERIMAGE top-level constant

  1. @Deprecated('Use STATIC_STYLES.SS_CENTERIMAGE instead')
int const SS_CENTERIMAGE

A bitmap is centered in the static control that contains it.

The control is not resized, so that a bitmap too large for the control will be clipped. If the static control contains a single line of text, the text is centered vertically in the client area of the control.

Implementation

@Deprecated('Use STATIC_STYLES.SS_CENTERIMAGE instead')
const SS_CENTERIMAGE = 0x00000200;