Search
DockItem.IconSize Property
See Also
 





Gets or sets the size of the icon.

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

 Syntax

C#  Copy Code

public int IconSize { get; set; }

Visual Basic  Copy Code

Public Property IconSize As Integer

 Property Value

An integer value.

 See Also