Пример #1
0
 public static string GetRoute(Element obj)
 {
     return((string)obj.GetValue(RouteProperty));
 }
Пример #2
0
        internal static NativeGestureHandler InstanceForElement(Xamarin.Forms.Element element)
        {
            var result = (NativeGestureHandler)element.GetValue(GestureHandlerProperty);

            return(result);
        }
		public static Color GetShadowColor (Element bindable) // Change to Element instead of BindableObject o make fail
		{
			return (Color)bindable.GetValue (ShadowColorProperty);
		}