Ejemplo n.º 1
0
 public static void SetStyleId(UIView obj, string id)
 {
     obj.SetValueForKeyPath(new NSString(id), new NSString("styleId"));
 }