Show / Hide Table of Contents

Class ShowAsDockPositionAction

Represents the action to show source DockItem as specified dock position.

Inheritance
System.Object
System.Windows.Markup.MarkupExtension
ShowAction
ShowAsDockPositionAction
Inherited Members
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 ShowAsDockPositionAction : ShowAction
Remarks

This show action corresponds Show(DockControl, DockPosition, DockItemShowMethod) method.

Constructors

Name Description
ShowAsDockPositionAction()

Initializes a new instance of the ShowAsDockPositionAction class.

Properties

Name Description
DockPosition

Gets for sets a value for the specified dock position.

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