internal override void SetXML(XmlElement xml, BaseClassIfc host, Dictionary<string, XmlElement> processed) { base.SetXML(xml, host, processed); if (mHorizontal != null) xml.AppendChild(Horizontal.GetXML(xml.OwnerDocument, "Horizontal", this, processed)); if (mVertical != null) xml.AppendChild(Vertical.GetXML(xml.OwnerDocument, "Vertical", this, processed)); setAttribute(xml, "Tag", Tag); }