MindFusion.Wpf Pack Programmer's Guide
DockItemState Enumeration
See Also
 





Specifies the state of a DockItem inside a DockControl.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public enum DockItemState

Visual Basic  Copy Code

Public Enum DockItemState

 Members

  Member name Description

AutoHide

Indicates that the item is auto-hidden to the side and will show automatically when hovered over with the mouse.

Docked

Indicates that the item is docked to one of the sides.

Floating

Indicates that the item is not docked.

Hide

Indicates that the item is hidden.

TabbedDocument

Indicates that the item is docked in the middle.

 Remarks

Values of this enumeration can be assigned to the State property of the DockItem class.

 See Also

MindFusion.UI.Wpf Namespace