public static UITextAlignment ToPlatform(this TextAlignment alignment, IView view)
 => alignment.ToPlatform(view.FlowDirection == FlowDirection.LeftToRight);