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
SyntaxC#
Copy Code
|
|---|
public DockLocations AllowedDockLocations { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AllowedDockLocations As DockLocations |
A member of the DockLocations enumeration.
See Also