TextAlign property doesn't work on single-line blocks (original) (raw)
TextAlign=Right seems to be ignored if text is shorter than width available for containing block.
The workaround is to add Align=Right, but it shouldn't be this way. Block should always occupy all available width to make text alignment work in this case. Look like for some reason it doesn't.