DT_BOTTOM top-level constant

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

Justifies the text to the bottom of the rectangle. This value is used only with the DT_SINGLELINE value.

Implementation

@Deprecated('Use DRAW_TEXT_FORMAT.DT_BOTTOM instead')
const DT_BOTTOM = 0x008;