SS_LEFTNOWORDWRAP top-level constant

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

A simple rectangle and left-aligns the text in the rectangle.

Tabs are expanded, but words are not wrapped. Text that extends past the end of a line is clipped.

Implementation

@Deprecated('Use STATIC_STYLES.SS_LEFTNOWORDWRAP instead')
const SS_LEFTNOWORDWRAP = 0x0000000C;