DevZest WPF Docking
DockLayout Class |
Represents the window layout of DockControl.
Inheritance Hierarchy
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The DockLayout type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DockLayout | Initializes a new instance of the DockLayout class |
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. |
Remarks
DockLayout is used to save and load DockControl.
Calling DockControl.Save saves the window layout to a DockLayout instance;
calling DockControl.Load loads the window layout from a DockLayout instance.
The DockLayout instance can be persisted to XAML using XamlWriter.Save.
See Also