Search
DockItem.DockStyle Property
See Also
 





Gets or sets the dock location of the item.

Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms

 Syntax

C#  Copy Code

public DockStyle DockStyle { get; set; }

Visual Basic  Copy Code

Public Property DockStyle As DockStyle

 Property Value

A member of the .NET DockStyle enumeration.

 See Also