public ButtonAttribute(Color backgroundColor, Color textColor)
		{
			BackgroundColor = backgroundColor.ToUIColor();
			TextColor = textColor.ToUIColor();
		}