MindFusion.Silverlight Package Programmer's Guide
DockControl.AllowedDockLocations Property
See Also
 





Gets or sets the possible dock locations inside this control. This is a dependency property.

Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight

 Syntax

C#  Copy Code

public DockLocations AllowedDockLocations { get; set; }

Visual Basic  Copy Code

Public Property AllowedDockLocations As DockLocations

 Property Value

A member of the DockLocations enumeration. The default is All.

 See Also

DockControl Members
DockControl Class
MindFusion.UI.Silverlight Namespace