DevZest WPF Docking
ShowAsSidePaneAction Class |
Inheritance Hierarchy
SystemObject System.Windows.MarkupMarkupExtension
DevZest.Windows.DockingShowAction
DevZest.Windows.DockingShowInDockTreeAction
DevZest.Windows.DockingShowAsSidePaneAction
DevZest.Windows.DockingShowAction
DevZest.Windows.DockingShowInDockTreeAction
DevZest.Windows.DockingShowAsSidePaneAction
Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
The ShowAsSidePaneAction type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ShowAsSidePaneAction | Initializes a new instance of the ShowAsSidePaneAction class. |
Properties
Name | Description | |
---|---|---|
AncestorLevel | Gets or sets the level of ancestor to look for target DockPaneNode. | |
IsAutoHide | Gets or sets the value indicates whether to be created DockPane is auto hide. | |
IsFloating | Gets or sets a value indicates whether target DockTree is floating. (Inherited from ShowInDockTreeAction.) | |
IsSizeForTarget | ||
ShowMethod | Gets or sets the show method for the action. (Inherited from ShowAction.) | |
Side | Gets or sets a value indicates the source DockItem shows on which side of target DockPaneNode. | |
Size | Gets or sets the size of to be created DockPane or target DockPaneNode, depending on the
value of IsSizeForTarget. | |
Source | Gets or sets the source DockItem. (Inherited from ShowAction.) | |
Target | Gets or sets the target DockItem. (Inherited from ShowInDockTreeAction.) |
Remarks
This show action corresponds Show(DockPaneNode, Boolean, Dock, SplitterDistance, Boolean, DockItemShowMethod) method.
The target DockPaneNode is determined by the combination of Target,
IsFloating and AncestorLevel properties: Target and IsFloating
properties determines the leaf DockPane node in the DockTree, the optional
AncestorLevel property determines the extra level(s) to walk up the tree.
See Also