private Color color;
private string text;
public string Text
{
get { return text; }
set { text = value; }
}
public Color TextColor
set { color = value; }