protected virtual GoObject CreateBackground()
protected virtual GoObject CreateBackground() { GoRectangle r = new GoRectangle(); r.Selectable = false; r.Resizable = false; r.Reshapable = false; r.Brush = Brushes.LightGray; return r; }
GoTextNode Class GoTextNode Members