Specifies a dock destination.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public enum Dock |
Visual Basic
Copy Code
|
|---|
Public Enum Dock |
Members| Member name | Description | |
|---|---|---|
![]() |
Bottom |
Indicates docking to the bottom side. |
![]() |
Center |
Indicates docking in the middle. |
![]() |
Left |
Indicates docking to the left side. |
![]() |
Right |
Indicates docking to the right side. |
![]() |
Top |
Indicates docking to the top side. |
Remarks
See Also