XmlTrack Class
Represents a serializable version of the Track
class reference, used for saving to XML layout.
public class XmlTrack : XmlDockingObject
- Inheritance:
- object XmlObjectBase XmlDockingObject object
Constructors
XmlTrack()
Initializes an instance of the XmlTrack
class.
public XmlTrack()
Properties
ContainerDockedSize
Gets or sets the size of the docking window's container when in a Docked
state.
public Size ContainerDockedSize { get; set; }
Property Value
- Size:
The size of the docking window's container when in a
Docked
state.
ContainerDockedSizeSerializable
Gets or sets the size of the control when in a Docked
state.
public string ContainerDockedSizeSerializable { get; set; }
Property Value
- string:
The size of the control when in a
Docked
state.
CreationDateTime
Gets or sets the date/time at which the breadcrumb was created.
public DateTime CreationDateTime { get; set; }
Property Value
- DateTime:
The date/time at which the breadcrumb was created.
UniqueId
Gets or sets the unique ID of the window.
Methods
ShouldSerializeContainerDockedSizeSerializable()
Determines if the ContainerDockedSizeSerializable property should be serialized.
public virtual bool ShouldSerializeContainerDockedSizeSerializable()
Returns
- bool:
true
if the ContainerDockedSizeSerializable property should be serialized; otherwise,false
.
ShouldSerializeUniqueId()
Determines if the UniqueId property should be serialized.
public virtual bool ShouldSerializeUniqueId()
Returns
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()