Exemplo n.º 1
0
 public static IPlatformElementConfiguration <XFPC.iOS, XCTElement> UseArrowDirection(this IPlatformElementConfiguration <XFPC.iOS, XCTElement> config, PopoverArrowDirection value)
 {
     SetArrowDirection(config.Element, value);
     return(config);
 }
Exemplo n.º 2
0
 public static void SetArrowDirection(BindableObject element, PopoverArrowDirection color) =>
 element.SetValue(ArrowDirectionProperty, color);