Gets or sets the dock location of the item.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public DockStyle DockStyle { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DockStyle As DockStyle |
A member of the .NET DockStyle enumeration.
See Also