New to Telerik UI for WinFormsStart a free 30-day trial

Represents a serializable version of a FloatingWindow instance.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public class SerializableFloatingWindow

Inheritance: objectSerializableFloatingWindow

Constructors

Default constructor.

C#
public SerializableFloatingWindow()

Copy constructor.

C#
public SerializableFloatingWindow(FloatingWindow floatingWindow)
Parameters:floatingWindowFloatingWindow

Properties

Gets or sets the associated floating window's BackColor.

C#
public Color BackColor { get; set; }

Gets or sets the client size of the associated floating window.

C#
public Size ClientSize { get; set; }

Gets the SplitContiner instance that is the root of the hierarchy of DockWindows inside this FloatingWindow

C#
public RadSplitContainer DockContainer { get; }

Gets or sets the desktop location of the associated floating window.

C#
public Point Location { get; set; }
C#
public FormWindowState WindowState { get; set; }

Gets or sets the z-idex of the associated floating window.

C#
public int ZIndex { get; set; }