Difference between revisions of "PropertyListStyle.TextAlign"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
m (4 revisions imported)
Line 11: Line 11:
  
 
Defines the item's text alignment.
 
Defines the item's text alignment.
 +
 +
Use the Listbox.AlignX constants:
 +
Listbox.AlignDefault
 +
Listbox.AlignLeft
 +
Listbox.AlignCenter
 +
Listbox.AlignRight

Revision as of 23:46, 7 October 2015

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