The new TextAlign property for text webcontrols is very nice, but it does not appear yet in the LR, so I guess one will have to figure out the details.
From what I see the constants available in Desktop are not present :
AlignDefault Default alignment = 0
AlignLeft Left aligned = 1
AlignCenter Centered = 2
AlignRight Right aligned = 3
Justify = 4
Are there any constants in Web akin to those above ?
Thank you.
This should be linked to from WebTextField and WebTextArea, and also AlignJustify is missing. Probably because it does not exist in Desktop.
Also, TextAlign does nothing on SearchField (no error though).
[quote=236535:@Michel Bujardet]Thank you.
This should be linked to from WebTextField and WebTextArea, and also AlignJustify is missing. Probably because it does not exist in Desktop.
Also, TextAlign does nothing on SearchField (no error though).[/quote]
Where are you seeing AlignJustify?
Precisely, should it not be one, since Justify is available ?