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





Specifies the possible dock destinations.

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

 Syntax

C#  Copy Code

public enum DockLocations

Visual Basic  Copy Code

Public Enum DockLocations

 Members

  Member name Description

All

Indicates that docking to all sides and to the center is allowed.

Bottom

Indicates that docking to the bottom side is allowed.

Center

Indicates that docking to the center is allowed.

Left

Indicates that docking to the left side is allowed.

None

Indicates that docking is not possible.

Right

Indicates that docking to the right side is allowed.

Top

Indicates that docking to the top side is allowed.

 Remarks

Values of this enumeration can be assigned to the AllowedDockLocations property of the DockItem class and the AllowedDockLocations property of the DockControl class.

 See Also

MindFusion.UI.Wpf Namespace