Gets or sets the current dock location of the item, if the item is docked. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public Dock Dock { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Dock As Dock |
A member of the Dock enumeration.
See Also