I know that you can set the HorizontalTextAlignment for Entries, but how come there are no VerticalTextAlignment Options?
I need this:
Entry.VerticalTextAlignment = TextAlignment.Center;
This is possible, but it has no function for my application:
Entry.VerticalAlignment = LayoutOptions.Center;