Gets or sets the docking state of the item. This is a dependency property.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public DockItemState State { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property State As DockItemState |
A member of the DockItemState enumeration.
See Also