PropertyListStyle.TextAlign

From Jeremie Leroy - XOJO Controls Wiki
Revision as of 23:46, 7 October 2015 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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