Custom views show all these properties even if they are not used. In this case they are not used.
You will need to change it programmatically:
B4XFloatTextField1.TextField.SetTextAlignment(...)
Not sure that it will work good with top alignment. You will probably need to make the hint empty.