MindFusion.UI for WebForms Programmer's Guide

Dock Enumeration

See Also
 





Specifies a dock destination.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public enum Dock

Visual Basic  Copy Code

Public Enumeration Dock

 Members

  Member name Value Description

Left

0

Indicates docking to the left side.

Top

1

Indicates docking to the top side.

Right

2

Indicates docking to the right side.

Bottom

3

Indicates docking to the bottom side.

Center

4

Indicates docking in the middle.

 See Also