Show / Hide Table of Contents

Class ShowAsFloatingAction

Represents the action to show source DockItem as floating window.

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

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

Constructors

Name Description
ShowAsFloatingAction()

Initializes a new instance of the ShowAsFloatingAction class.

Properties

Name Description
Height

Gets or sets the height of the floating window.

Left

Gets or sets the position of the floating window's left edge, in relation to the desktop.

Top

Gets or sets the position of the floating window's top edge, in relation to the desktop.

Width

Gets or sets the width of the floating window.

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