Search
DockItem.Size Property
See Also
 





Gets or sets the size of the item.

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

 Syntax

C#  Copy Code

public Size Size { get; set; }

Visual Basic  Copy Code

Public Property Size As Size

 Property Value

A .NET Size object.

 See Also