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





Specifies a dock destination.

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

 Syntax

C#  Copy Code

public enum Dock

Visual Basic  Copy Code

Public Enum Dock

 Members

  Member name Description

Bottom

Indicates docking to the bottom side.

Center

Indicates docking in the middle.

Left

Indicates docking to the left side.

Right

Indicates docking to the right side.

Top

Indicates docking to the top side.

 Remarks

Values from this enumeration are assigned to the Dock property of the DockItem class.

 See Also

MindFusion.UI.Wpf Namespace