protected virtual GoText CreateLabel()
protected virtual GoText CreateLabel() { GoText t = new GoText(); t.Selectable = false; t.Alignment = MiddleBottom; t.Wrapping = true; t.Bold = true; t.Editable = true; return t; }
GoSubGraph Class GoSubGraph Members