Visual Basic: Bi-Directional Programming

RightToLeft Property (PictureBox Control)

See Also    Example    Applies To

Bidirectional Features

The PictureBox control has configurable printed text alignment and reading order.

The reading order and alignment of text displayed by the Print method of the PictureBox control is determined by the RightToLeft property setting.

If RightToLeft property is set to True:

  • Text reading order is RTL.

  • Text begins at the right boundary of the picture box.

When RightToLeft is set to False, the opposite effects occur.

See also Printing for further details on RTL printing displayed by the Print method.