Page 1 of 1

Is MultiFormatTextLabel TextAlignment setting the correct property?

Posted: Thu Aug 18, 2022 3:17 am
by DunnyOfPenwick
I have a MultiFormatTextLabel in a panel, and want the text to be in the center of the panel.
Setting the TextAlignment property didn't seem to do anything.

I changed line 233 of MultiFormatTextLabel, replacing textLabel.HorizontalAlignment with textLabel.HorizontalTextAlignment, and that seemed to work.