Show / Hide Table of Contents

Class ShowAsSidePaneAction

Represents the action to show source DockItem as DockPane, side by side of target DockPaneNode.

Inheritance
System.Object
System.Windows.Markup.MarkupExtension
ShowAction
ShowInDockTreeAction
ShowAsSidePaneAction
Inherited Members
ShowInDockTreeAction.Target
ShowInDockTreeAction.IsFloating
ShowAction.Source
ShowAction.ShowMethod
ShowAction.ProvideValue(IServiceProvider)
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 ShowAsSidePaneAction : 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.

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.

IsSizeForTarget

Gets or sets the value indicates whether Size is for to be created DockPane or target DockPaneNode.

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest