ASP.NET Pack Programmer's Guide
Dock Enumeration
See Also
 





Specifies a dock destination.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public enum Dock

Visual Basic  Copy Code

Public Enum 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

MindFusion.UI.WebForms Namespace