MindFusion.Wpf Pack 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.Wpf
Assembly: MindFusion.UI.Wpf

 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.Wpf Namespace