Specifies the possible dock destinations.
Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight
C#
![]() |
---|
public enum DockLocations |
Visual Basic
![]() |
---|
Public Enum DockLocations |
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. |
Values of this enumeration can be assigned to the AllowedDockLocations property of the DockItem class and the AllowedDockLocations property of the DockControl class.