SS_RIGHT top-level constant

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

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

The text is formatted before it is displayed. Words that extend past the end of a line are automatically wrapped to the beginning of the next right-aligned line. Words that are longer than the width of the control are truncated.

Implementation

@Deprecated('Use STATIC_STYLES.SS_RIGHT instead')
const SS_RIGHT = 0x00000002;