MindFusion.UI for WebForms 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.Web
Assembly: MindFusion.UI.Web

 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