DT_SINGLELINE top-level constant

  1. @Deprecated('Use DRAW_TEXT_FORMAT.DT_SINGLELINE instead')
int const DT_SINGLELINE

Displays text on a single line only. Carriage returns and line feeds do not break the line.

Implementation

@Deprecated('Use DRAW_TEXT_FORMAT.DT_SINGLELINE instead')
const DT_SINGLELINE = 0x0020;