Difference between revisions of "PropertyListStyle.TextAlign"
From Jeremie Leroy - XOJO Controls Wiki
Line 13: | Line 13: | ||
Use the Listbox.AlignX constants: | Use the Listbox.AlignX constants: | ||
+ | |||
Listbox.AlignDefault | Listbox.AlignDefault | ||
+ | |||
Listbox.AlignLeft | Listbox.AlignLeft | ||
+ | |||
Listbox.AlignCenter | Listbox.AlignCenter | ||
+ | |||
Listbox.AlignRight | Listbox.AlignRight |
Latest revision as of 22:46, 7 October 2015
Property (As Integer)
Defines the item's text alignment.
Use the Listbox.AlignX constants:
Listbox.AlignDefault
Listbox.AlignLeft
Listbox.AlignCenter
Listbox.AlignRight