DevZest WPF Docking
ShowAsSidePaneAction Properties |
The ShowAsSidePaneAction type exposes the following members.
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.) |
See Also