MindFusion.UI for WebForms Programmer's Guide

Dock Enumeration

See Also
 



Specifies a dock destination.

Namespace: MindFusion.UI.Web
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
Dock = {}

 Members

  Member name Description

Bottom

Value: 3. Indicates docking to the bottom side.

Center

Value: 4. Indicates docking in the middle.

Left

Value: 0. Indicates docking to the left side.

Right

Value: 2. Indicates docking to the right side.

Top

Value: 1. Indicates docking to the top side.

 See Also