Class DockLayout
Represents the window layout of DockControl.
Inheritance
System.Object
DockLayout
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking.dll
Syntax
public sealed class DockLayout
Remarks
DockLayout is used to save and load DockControl. Calling Save() saves the window layout to a DockLayout instance; calling Load(DockLayout, Func<Object, DockItem>) loads the window layout from a DockLayout instance. The DockLayout instance can be persisted to XAML using System.Windows.Markup.XamlWriter.Save(System.Object).
Properties
Name | Description |
---|---|
BottomDockTreeHeight | Gets or sets the height of bottom DockTree. |
DockItems | Gets a collection of DockItemReference objects. |
DockTreeZOrder | Gets or sets the z-order of DockTree objects. |
LeftDockTreeWidth | Gets or sets the width of left DockTree. |
RightDockTreeWidth | Gets or sets the width of right DockTree. |
ShowActions | Gets a collection of ShowAction objects. |
TopDockTreeHeight | Gets or sets the height of top DockTree. |