protected virtual GoObject CreateBackground()
protected virtual GoObject CreateBackground() { GoRectangle r = new GoRectangle(); r.Shadowed = true; r.Selectable = false; r.Pen = GoShape.Pens_LightGray; r.Brush = GoShape.Brushes_LemonChiffon; return r; }
GoComment Class GoComment Members