Parameters
- name
protected virtual GoText CreateLabel(String name) { // create a label with a transparent background that is centered GoText l = new GoText(); l.Text = name; l.Selectable = false; l.Alignment = SpotOpposite(this.LabelSpot); return l; }