MindFusion.Wpf Pack Programmer's Guide
DockItem.AllowedDockLocations Property
See Also
 





Gets or sets a value indicating the possible locations this item can be docked to. 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.

 See Also

DockItem Members
DockItem Class
MindFusion.UI.Wpf Namespace