public static TextAlignmentType GetiOSValue(OnPlatformTextAlignment p) { return((p.iOS == TextAlignmentType.NotSet) ? p.Default : p.iOS); }
public static TextAlignmentType GetWinPhoneValue(OnPlatformTextAlignment p) { return((p.WinPhone == TextAlignmentType.NotSet) ? p.Default : p.WinPhone); }
public static TextAlignmentType GetAndroidValue(OnPlatformTextAlignment p) { return((p.Android == TextAlignmentType.NotSet) ? p.Default : p.Android); }