PropertyListStyle.TextAlign

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
Property (As Integer)
aPropertyListStyle.TextAlign = newValue
or
IntegerValue = aPropertyListStyle.TextAlign


Defines the item's text alignment.

Use the Listbox.AlignX constants:

Listbox.AlignDefault

Listbox.AlignLeft

Listbox.AlignCenter

Listbox.AlignRight