Specifies the possible dock destinations.
Namespace: MindFusion.UI.WebAssembly: MindFusion.UI.Web
public enum DockLocation
Public Enumeration DockLocation
None
Indicates that docking is not possible.
Left
Indicates that docking to the left side is allowed.
Top
Indicates that docking to the top side is allowed.
Right
Indicates that docking to the right side is allowed.
Bottom
Indicates that docking to the bottom side is allowed.
Center
Indicates that docking to the center is allowed.
All
Indicates that docking to all sides and to the center is allowed.
This enumeration is defined as Flag that allows a bitwise combination of its member values.
MindFusion.UI.Web Namespace