Difference between revisions of "PropertyListStyle.TextAlign"

From Jeremie Leroy - XOJO Controls Wiki
Jump to: navigation, search
 
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 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