DT_TABSTOP top-level constant

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

Sets tab stops. Bits 15-8 (high-order byte of the low-order word) of the uFormat parameter specify the number of characters for each tab. The default number of characters per tab is eight. The DT_CALCRECT, DT_EXTERNALLEADING, DT_INTERNAL, DT_NOCLIP, and DT_NOPREFIX values cannot be used with the DT_TABSTOP value.

Implementation

@Deprecated('Use DRAW_TEXT_FORMAT.DT_TABSTOP instead')
const DT_TABSTOP = 0x00000080;