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

The auto-hide host of the host.

public XmlAutoHideHost? AutoHideHost { get; set; }

Property Value

XmlAutoHideHost

Content

The content of the host.

public XmlObjectBase? Content { get; set; }

Property Value

XmlObjectBase

Location

The location of the host.

public Point?? Location { get; set; }

Property Value

Point?

LocationSerializable

The location of the host.

public string? LocationSerializable { get; set; }

Property Value

string

Size

The size of the host.

public Size? Size { get; set; }

Property Value

Size

SizeSerializable

The size of the host.

public string SizeSerializable { get; set; }

Property Value

string

UniqueId

The unique ID of the control.

public Guid UniqueId { get; set; }

Property Value

Guid

WindowState

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

ShouldSerializeAutoHideContainers()

Determines if the AutoHideHost property should be serialized.

public virtual bool ShouldSerializeAutoHideContainers()

Returns

bool:

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

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

Extension Methods