public ViewManagerPropertyAttribute(string propertyName, ViewManagerPropertyType type) : this(propertyName) { PropertyType = type; }