XmlWorkspace Class
Represents a serializable version of the Workspace class, used for saving to XML layout.
public class XmlWorkspace : XmlDockingObject
- Inheritance:
- object XmlObjectBase XmlDockingObject object
Constructors
XmlWorkspace()
Initializes an instance of the class.
public XmlWorkspace()
Properties
Content
Gets or sets the content of the workspace.
public XmlObjectBase Content { get; set; }
Property Value
- XmlObjectBase:
The content of the workspace.
Inherited Members
- XmlObjectBase.PointToString(Point?)
- XmlObjectBase.RectToString(Rect?)
- XmlObjectBase.SizeToString(Size?)
- XmlObjectBase.StringToPoint(string)
- XmlObjectBase.StringToRect(string)
- XmlObjectBase.StringToSize(string)
- XmlObjectBase.StringToType(string)
- XmlObjectBase.TypeToString(Type)
- XmlObjectBase.Tag
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()