In This Article

XmlRaftingHost Class

Represents a serializable version of a floating DockHost, used for saving to XML layout.

public class XmlRaftingHost : XmlDockingObject
Inheritance:
object XmlObjectBase XmlDockingObject object

Constructors

XmlRaftingHost()

Initializes an instance of the class.

public XmlRaftingHost()

Properties

AutoHideHost

Gets or sets the auto-hide host of the host.

public XmlAutoHideHost AutoHideHost { get; set; }

Property Value

XmlAutoHideHost:

The auto-hide host of the host.

Content

Gets or sets the content of the host.

public XmlObjectBase Content { get; set; }

Property Value

XmlObjectBase:

The content of the host.

Location

Gets or sets the location of the host.

public Point? Location { get; set; }

Property Value

Point?:

The location of the host.

LocationSerializable

Gets or sets the location of the host.

public string LocationSerializable { get; set; }

Property Value

string:

The location of the host.

Size

Gets or sets the size of the host.

public Size Size { get; set; }

Property Value

Size:

The size of the host.

SizeSerializable

Gets or sets the size of the host.

public string SizeSerializable { get; set; }

Property Value

string:

The size of the host.

UniqueId

Gets or sets the unique ID of the control.

public Guid UniqueId { get; set; }

Property Value

Guid:

The unique ID of the control.

WindowState

Gets or sets a value indicating the associated window's state.

public WindowState WindowState { get; set; }

Property Value

WindowState:

A WindowState indicating the associated window's state.

Methods

ShouldSerializeUniqueId()

Determines if the UniqueId property should be serialized.

public virtual bool ShouldSerializeUniqueId()

Returns

bool:

true if the UniqueId property should be serialized; otherwise, false.

Inherited Members