ObjectDCL Banner

Justification Property

Description

Sets the text justification of the control.

Type

This property is an integer. The valid values are:

  • 0 (Left)
  • 1 (Center)
  • 2 (Right)

Applies For

Label, TextBox.

Remarks

If a TextBox style other than Multiline is used, the Center and Right styles will have no effect.

This property can only be set at design time only.

Cannot be read at runtime from AutoLISP.