ASP.NET Pack Programmer's Guide
DockWindow.Dock Property
See Also
 





Gets or sets the current dock location of the item, if the item is docked.

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

 Syntax

C#  Copy Code

public Dock Dock { get; set; }

Visual Basic  Copy Code

Public Property Dock As Dock

 Property Value

Type: Dock
One of the Dock Enumeration values that specifies the current dock location on the window. Default value is Dock.Left.

 See Also

DockWindow Members
DockWindow Class
MindFusion.UI.WebForms Namespace