protected virtual GoText CreateLabel()
protected virtual GoText CreateLabel() { GoText l = new GoText(); l.Selectable = false; l.Multiline = true; return l; }
GoTextNode Class GoTextNode Members