Exemplo n.º 1
0
 public static TextAlignmentType GetiOSValue(OnPlatformTextAlignment p)
 {
     return((p.iOS == TextAlignmentType.NotSet) ? p.Default : p.iOS);
 }
Exemplo n.º 2
0
 public static TextAlignmentType GetWinPhoneValue(OnPlatformTextAlignment p)
 {
     return((p.WinPhone == TextAlignmentType.NotSet) ? p.Default : p.WinPhone);
 }
Exemplo n.º 3
0
 public static TextAlignmentType GetAndroidValue(OnPlatformTextAlignment p)
 {
     return((p.Android == TextAlignmentType.NotSet) ? p.Default : p.Android);
 }